@@ -49,7 +49,7 @@ |
||
| 49 | 49 | { |
| 50 | 50 | preg_match("/[ ]function[ ]/", $contents, $matches); |
| 51 | 51 | if (isset($matches[0])) { |
| 52 | - $this->score ++; |
|
| 52 | + $this->score++; |
|
| 53 | 53 | } |
| 54 | 54 | } |
| 55 | 55 | |