We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -58,8 +58,7 @@ |
||
| 58 | 58 | { |
| 59 | 59 | if ($this->sourceViewNamespace) { |
| 60 | 60 | $themePath = Str::contains($this->sourceViewNamespace, '::') ? |
| 61 | - Str::before($this->sourceViewNamespace, '::') : |
|
| 62 | - Str::beforeLast($this->sourceViewNamespace, '.'); |
|
| 61 | + Str::before($this->sourceViewNamespace, '::') : Str::beforeLast($this->sourceViewNamespace, '.'); |
|
| 63 | 62 | |
| 64 | 63 | $themePath = Str::replace('.', '/', $themePath); |
| 65 | 64 | |