Passed
Push — master ( 239abe...00bc3e )
by Björn
02:21
created
src/Standards/BestIt/CodeSniffer/AbstractFileDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      * @param string $error The error message.
114 114
      * @param int $stackPtr The stack position where the error occurred.
115 115
      * @param string $code A violation code unique to the sniff message.
116
-     * @param array $data Replacements for the error message.
116
+     * @param string[] $data Replacements for the error message.
117 117
      * @param int $severity The severity level for this error. A value of 0
118 118
      *                         will be converted into the default severity level.
119 119
      *
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Formatting/UCVFSortingSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Loads the tokens for the positions.
89 89
      *
90
-     * @param array $subTokenPoss
90
+     * @param integer[] $subTokenPoss
91 91
      *
92 92
      * @return array
93 93
      */
Please login to merge, or discard this patch.