Completed
Pull Request — master (#77)
by
unknown
08:58
created
src/Standards/BestIt/Sniffs/TypeHints/ReturnTypeDeclarationSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
     /**
310 310
      * Loads the return annotation for this method.
311 311
      *
312
-     * @return null\ReturnAnnotation
312
+     * @return null|ReturnAnnotation
313 313
      */
314 314
     protected function loadReturnAnnotation(): ?ReturnAnnotation
315 315
     {
Please login to merge, or discard this patch.