Passed
Push — master ( 282f72...d9e949 )
by Jakub
01:55
created
src/Bridges/NetteDI/ContainerSuiteFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@
 block discarded – undo
25 25
         $this->suites = $suites;
26 26
     }
27 27
 
28
-  /**
29
-   * @param class-string $className
30
-   */
28
+    /**
29
+     * @param class-string $className
30
+     */
31 31
     public function create(string $className): TestCase
32 32
     {
33 33
         foreach ($this->suites as $suite) {
Please login to merge, or discard this patch.
src/Tester.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,8 @@
 block discarded – undo
137 137
         foreach ($files as $name => $file) {
138 138
             try {
139 139
                 FileSystem::delete($name);
140
-            } catch (IOException) { // phpcs:ignore Generic.CodeAnalysis.EmptyStatement
140
+            } catch (IOException) {
141
+// phpcs:ignore Generic.CodeAnalysis.EmptyStatement
141 142
             }
142 143
         }
143 144
     }
Please login to merge, or discard this patch.