Passed
Branch unit-tests (675f7b)
by Ekin
03:08
created
src/BrillTagger.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @param $tag
114
+     * @param string $tag
115 115
      * @return bool
116 116
      */
117 117
     public function isSingularNoun($tag) {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-     * @param $tag
131
+     * @param string $tag
132 132
      * @return bool
133 133
      */
134 134
     public function isVerb($tag) {
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     /** Common noun to adj. if it ends with 'al',
243 243
      * to gerund if 'ing', to past tense if 'ed'
244 244
      *
245
-     * @param $tag
245
+     * @param string $tag
246 246
      * @param $token
247 247
      * @return string
248 248
      */
Please login to merge, or discard this patch.