Completed
Push — ezp-30616 ( 7bf8e8...9239a0 )
by
unknown
24:08 queued 05:49
created
eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,6 +228,9 @@  discard block
 block discarded – undo
228 228
         return __DIR__ . '/../../../../../../var';
229 229
     }
230 230
 
231
+    /**
232
+     * @param string $sourceDir
233
+     */
231 234
     protected function cleanupVarDir($sourceDir)
232 235
     {
233 236
         $fs = new Filesystem();
@@ -312,7 +315,7 @@  discard block
 block discarded – undo
312 315
     /**
313 316
      * Applies the given SQL $statements to the database in use.
314 317
      *
315
-     * @param array $statements
318
+     * @param string[] $statements
316 319
      */
317 320
     protected function applyStatements(array $statements)
318 321
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\DBAL\Platforms\AbstractPlatform;
15 15
 use Doctrine\DBAL\Schema\Schema;
16 16
 use eZ\Publish\Core\Base\ServiceContainer;
17
-use EzSystems\DoctrineSchema\API\Exception\InvalidConfigurationException;
18 17
 use EzSystems\DoctrineSchema\Importer\SchemaImporter;
19 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
20 19
 use eZ\Publish\API\Repository\Tests\SetupFactory;
Please login to merge, or discard this patch.