We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | * |
| 81 | 81 | * @return string The parsed word extracted from attribute |
| 82 | 82 | */ |
| 83 | - private function getWord($attributes) |
|
| 83 | + private function getWord($attributes) |
|
| 84 | 84 | { |
| 85 | 85 | return htmlspecialchars((string) $attributes['CONTENT']) . ' '; |
| 86 | 86 | } |