Passed
Push — master ( 7ac6c1...0d1240 )
by Matt
04:32
created
src/Form/ImageFilterData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
                 $result = null;
207 207
             }
208 208
         }
209
-        catch(Exception $e) {
209
+        catch (Exception $e) {
210 210
             // I don't care what happened personally; we'll just not bother
211 211
             // overriding our existing dates. However, whatever called us
212 212
             // might want to log this, as someone may be probing the app for
Please login to merge, or discard this patch.