@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function ranker() |
| 46 | 46 | { |
| 47 | - if (! empty($this->sentence)) { |
|
| 47 | + if (!empty($this->sentence)) { |
|
| 48 | 48 | |
| 49 | 49 | $wordsArray = preg_split('/\s+/', $this->sentence); |
| 50 | 50 | $rankedArray = []; |