Passed
Pull Request — master (#77)
by Björn
02:32
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.
src/Standards/BestIt/Sniffs/Commenting/AbstractDocSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     /**
121 121
      * Returns the position of the summary or null.
122 122
      *
123
-     * @return int|null
123
+     * @return integer
124 124
      */
125 125
     private function getSummaryPosition(): ?int
126 126
     {
Please login to merge, or discard this patch.