Passed
Pull Request — master (#141)
by
unknown
11:29
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.