|
@@ -238,6 +238,7 @@ $bar;',
|
|
|
['<?php class Foo { /* Before property */ public $bar; }'],
|
|
|
['<?php class Foo { /* Before property */ var $bar; }'],
|
|
|
['<?php class Foo { /* Before function */ function bar() {} }'],
|
|
|
+ ['<?php class Foo { /* Before use */ use Bar; }'],
|
|
|
['<?php class Foo { /* Before function */ final function bar() {} }'],
|
|
|
['<?php class Foo { /* Before function */ private function bar() {} }'],
|
|
|
['<?php class Foo { /* Before function */ protected function bar() {} }'],
|