Passed
Push — master ( 2dad30...d8106d )
by Marcin
02:08
created
src/mrcnpdlk/MojePanstwo/Model/ModelAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Cleaning telephone number
61 61
      *
62
-     * @param $nr
62
+     * @param string $nr
63 63
      *
64 64
      * @return string|null
65 65
      */
Please login to merge, or discard this patch.
src/mrcnpdlk/MojePanstwo/QueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Find object having ID
94 94
      *
95
-     * @param string|int $id
95
+     * @param string $id
96 96
      *
97 97
      * @return mixed
98 98
      */
Please login to merge, or discard this patch.