Completed
Pull Request — master (#997)
by Andrzej
02:14
created
tests/src/Fixtures.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
         foreach ($this->tmpDirs as $tmpDir) {
28 28
             try {
29 29
                 $fs->remove($tmpDir);
30
-            }
31
-            catch (\Exception $e) {
30
+            } catch (\Exception $e) {
32 31
                 // Ignore problems with removing fixtures.
33 32
             }
34 33
         }
Please login to merge, or discard this patch.