Passed
Branch unit-tests (038a96)
by Ekin
02:54
created
src/BrillTagger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 
156 156
     #  ours mine his her/hers their/theirs our its my your/yours out thy thine
157 157
     public function isPossessivePronoun($tag) {
158
-        return in_array($tag,['PP$$', 'PP$']);
158
+        return in_array($tag, ['PP$$', 'PP$']);
159 159
     }
160 160
 
161 161
 }
Please login to merge, or discard this patch.