We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -276,7 +276,7 @@ discard block |
||
| 276 | 276 | |
| 277 | 277 | public function testEnableDetailsRow() |
| 278 | 278 | { |
| 279 | - if (! backpack_pro()) { |
|
| 279 | + if (!backpack_pro()) { |
|
| 280 | 280 | $this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class); |
| 281 | 281 | } |
| 282 | 282 | |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | |
| 312 | 312 | public function testEnableExportButtons() |
| 313 | 313 | { |
| 314 | - if (! backpack_pro()) { |
|
| 314 | + if (!backpack_pro()) { |
|
| 315 | 315 | $this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class); |
| 316 | 316 | } |
| 317 | 317 | |