Completed
Pull Request — master (#126)
by Kévin
03:33
created
src/Analyzer/Pass/Expression/ArrayIllegalOffsetType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @param ClassMethod $methodStmt
24 24
      * @param Context $context
25
-     * @return bool
25
+     * @return boolean|null
26 26
      */
27 27
     public function pass(ClassMethod $methodStmt, Context $context)
28 28
     {
Please login to merge, or discard this patch.