Passed
Push — master ( 2b3c87...8b15b1 )
by Adrian
02:17
created
src/DB/DbConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 	 * @param array $dbConfig
98 98
 	 * @return $this
99 99
 	 */
100
-	public function withConfigArray ( array $dbConfig )
100
+	public function withConfigArray( array $dbConfig )
101 101
 	{
102 102
 		$this->dbConfig = $dbConfig;
103 103
 		$this->buildConfig();
Please login to merge, or discard this patch.