Completed
Pull Request — develop (#110)
by Jaap
02:33
created
src/phpDocumentor/Reflection/Php/Method.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
             $location = new Location(-1);
94 94
         }
95 95
 
96
-        if ($returnType ===  null) {
96
+        if ($returnType === null) {
97 97
             $returnType = new Mixed_();
98 98
         }
99 99
 
Please login to merge, or discard this patch.