Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2018-01-12 21:26:15 +00:00 committed by StyleCI Bot
parent 50facf52de
commit ba71b1bc77
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; namespace App\Http\Controllers\Admin;

View file

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