@@ -34,11 +34,11 @@ class TestClass
3434
3535$ rc = new ReflectionClass ('TestClass ' );
3636
37- Assert::same (['value ="Johno \'s addendum" ' , 'mode=True ' , true , true ], Reflection::parseAnnotation ($ rc , 'title ' ));
38- Assert::null (Reflection::parseAnnotation ($ rc , 'public ' ));
39- Assert::null (Reflection::parseAnnotation ($ rc , 'private ' ));
40- Assert::same (['item 1 ' ], Reflection::parseAnnotation ($ rc , 'components ' ));
41- Assert::same ([true , false , null ], Reflection::parseAnnotation ($ rc , 'persistent ' ));
42- Assert::same ([true ], Reflection::parseAnnotation ($ rc , 'renderable ' ));
43- Assert::same (['loggedIn ' ], Reflection::parseAnnotation ($ rc , 'Secured\User ' ));
44- Assert::null (Reflection::parseAnnotation ($ rc , 'missing ' ));
37+ Assert::same (['value ="Johno \'s addendum" ' , 'mode=True ' , true , true ], @ Reflection::parseAnnotation ($ rc , 'title ' ));
38+ Assert::null (@ Reflection::parseAnnotation ($ rc , 'public ' ));
39+ Assert::null (@ Reflection::parseAnnotation ($ rc , 'private ' ));
40+ Assert::same (['item 1 ' ], @ Reflection::parseAnnotation ($ rc , 'components ' ));
41+ Assert::same ([true , false , null ], @ Reflection::parseAnnotation ($ rc , 'persistent ' ));
42+ Assert::same ([true ], @ Reflection::parseAnnotation ($ rc , 'renderable ' ));
43+ Assert::same (['loggedIn ' ], @ Reflection::parseAnnotation ($ rc , 'Secured\User ' ));
44+ Assert::null (@ Reflection::parseAnnotation ($ rc , 'missing ' ));
0 commit comments