Completed
Push — master ( 0f447d...e86479 )
by Antarès
02:55
created
lib/Accessible/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * Get the annotation reader that is used.
59 59
      * Initializes it if it doesn't already exists.
60 60
      *
61
-     * @return Reader The annotation reader.
61
+     * @return null|Reader The annotation reader.
62 62
      */
63 63
     public static function getAnnotationReader()
64 64
     {
Please login to merge, or discard this patch.
lib/Accessible/AutomatedBehaviorTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -345,6 +345,9 @@
 block discarded – undo
345 345
         }
346 346
     }
347 347
 
348
+    /**
349
+     * @param string $name
350
+     */
348 351
     private function getMethodCallInfo($name)
349 352
     {
350 353
         // check that the called method is a valid method name
Please login to merge, or discard this patch.