Passed
Push — master ( 2bf815...7ac6c1 )
by Matt
08:35
created
src/Form/ImageFilterData.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
                 $result = null;
196 196
             }
197 197
         }
198
-        catch(Exception $e) {
198
+        catch (Exception $e) {
199 199
             // I don't care what happened; we'll just not bother
200 200
             // overriding our existing dates.
201 201
         }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -194,8 +194,7 @@
 block discarded – undo
194 194
                 // Improbable dates could cause problems if used in DB queries.
195 195
                 $result = null;
196 196
             }
197
-        }
198
-        catch(Exception $e) {
197
+        } catch(Exception $e) {
199 198
             // I don't care what happened; we'll just not bother
200 199
             // overriding our existing dates.
201 200
         }
Please login to merge, or discard this patch.