Completed
Push — master ( c3bf1d...4da758 )
by Andrii
02:28
created
src/AbstractConnection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     protected $_errorChecker;
79 79
 
80 80
     /**
81
-     * @param null $name
81
+     * @param string $name
82 82
      * @return ConnectionInterface|AbstractConnection
83 83
      */
84 84
     public static function getDb($name = null, $class = ConnectionInterface::class)
Please login to merge, or discard this patch.