Open rentalhost opened 6 years ago
class Example extends Model { private $property; public function test() { $this->property; // Warning: Column was not annotated as @property $property } }