2012/10/13 Nikita Popov <nikita....@gmail.com>

>     interface Foo {
>         // this is okay
>         public $abc { get; set; }
>
>         // this is invalid
>         public $abc;
>     }
>

Sorry, I missed something. Why the first should be correct but not the
second one?
For me it's exactly the same thing.

Reply via email to