@@ -155,7 +155,7 @@ |
||
| 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 | } |