Merge pull request #79 from jonnybarnes/analysis-qrlrWL
Apply fixes from StyleCI
This commit is contained in:
commit
8ea6882227
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Http\Controllers\Admin;
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ class ProcessLike implements ShouldQueue
|
|||
],
|
||||
]
|
||||
);
|
||||
} catch(ClientException $exception) {
|
||||
} catch (ClientException $exception) {
|
||||
//no biggie
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue