Passed
Push — 5.0 ( d6b4f8...921311 )
by David
17:04 queued 13:14
created
src/Mouf/Database/TDBM/Controllers/TdbmController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
         return $configuration->getProperty($property)->getValue();
136 136
     }
137 137
 
138
-    private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ?string $value)
138
+    private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ? string $value)
139 139
     {
140 140
         $configuration = self::getConfigurationDescriptor($moufManager, $tdbmInstanceName);
141 141
         if ($configuration === null) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Mouf\Controllers\AbstractMoufInstanceController;
7 7
 use TheCodingMachine\TDBM\TDBMService;
8 8
 use TheCodingMachine\TDBM\Utils\PathFinder\PathFinder;
9
-use TheCodingMachine\TDBM\Utils\TDBMDaoGenerator;
10 9
 use Mouf\Html\HtmlElement\HtmlBlock;
11 10
 use Mouf\MoufManager;
12 11
 use Mouf\InstanceProxy;
Please login to merge, or discard this patch.