Test Setup Failed
Push — master ( 068245...c86f23 )
by Nick
03:13
created
src/Meanbee/LibMageConf/RootDiscovery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
             RecursiveIteratorIterator::SELF_FIRST
100 100
         );
101 101
 
102
-        foreach($iterator as $fileInfo) {
102
+        foreach ($iterator as $fileInfo) {
103 103
             /** @var SplFileInfo $fileInfo */
104 104
             $filename = $fileInfo->getPath() . DIRECTORY_SEPARATOR . $fileInfo->getFilename();
105 105
 
Please login to merge, or discard this patch.
src/Meanbee/LibMageConf/Util/DsnParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class DsnParser
6 6
 {
7 7
     /**
8
-     * @param $dsnString
8
+     * @param string|null $dsnString
9 9
      */
10 10
     public function __construct($dsnString)
11 11
     {
Please login to merge, or discard this patch.