Merge pull request #79 from jonnybarnes/analysis-qrlrWL

Apply fixes from StyleCI
This commit is contained in:
Jonny Barnes 2018-01-12 21:33:14 +00:00 committed by GitHub
commit 8ea6882227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
namespace App\Http\Controllers\Admin;

View file

@ -56,7 +56,7 @@ class ProcessLike implements ShouldQueue
],
]
);
} catch(ClientException $exception) {
} catch (ClientException $exception) {
//no biggie
}