Passed
Push — master ( 01b41c...01a2bf )
by Jeff
06:41
created
app/Shop/Addresses/Repositories/AddressRepository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,7 @@
 block discarded – undo
123 123
                         ->addresses()
124 124
                         ->whereId($id)
125 125
                         ->firstOrFail();
126
-        } 
127
-        catch (ModelNotFoundException $e) 
126
+        } catch (ModelNotFoundException $e) 
128 127
         {
129 128
             throw new AddressNotFoundException('Address not found.');
130 129
         }
Please login to merge, or discard this patch.