@@ -26,9 +26,9 @@ |
||
| 26 | 26 | public static function cannotAccessWhenEmpty($class, $method) |
| 27 | 27 | { |
| 28 | 28 | return new static(sprintf( |
| 29 | - '`%s` cannot be called when the `%s` structure is empty', |
|
| 30 | - $method, |
|
| 31 | - $class |
|
| 32 | - )); |
|
| 29 | + '`%s` cannot be called when the `%s` structure is empty', |
|
| 30 | + $method, |
|
| 31 | + $class |
|
| 32 | + )); |
|
| 33 | 33 | } |
| 34 | 34 | } |