We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -35,7 +35,7 @@ |
||
35 | 35 | 'file_size' => $disk->size($f), |
36 | 36 | 'last_modified' => $disk->lastModified($f), |
37 | 37 | 'disk' => $disk_name, |
38 | - 'download' => ($adapter instanceof \League\Flysystem\Adapter\Local)?true:false |
|
38 | + 'download' => ($adapter instanceof \League\Flysystem\Adapter\Local) ? true : false |
|
39 | 39 | ]; |
40 | 40 | } |
41 | 41 | } |