Passed
Push — master ( 874556...75c0b9 )
by Jakub
01:56
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.