Passed
Push — master ( 1af2e0...649593 )
by Jakub
09:49
created
src/Bridges/NetteDI/ContainerSuiteFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
         $this->container = $container;
22 22
     }
23 23
 
24
-  /**
25
-   * @param class-string $className
26
-   */
24
+    /**
25
+     * @param class-string $className
26
+     */
27 27
     public function create(string $className): TestCase
28 28
     {
29 29
         $suit = $this->container->getByType($className);
Please login to merge, or discard this patch.