Test Failed
Pull Request — master (#1)
by
unknown
22:43 queued 08:36
created
src/LiquidBox/Silex/Provider/PdoServiceProvider.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,12 @@  discard block
 block discarded – undo
15 15
 class PDOExt extends ReconnectingPDO
16 16
 {
17 17
     protected $_table_prefix;
18
+
19
+    /**
20
+     * @param string $user
21
+     * @param string $password
22
+     * @param string $prefix
23
+     */
18 24
     public function __construct($dsn, $user = null, $password = null, $driver_options = array(), $prefix = null)
19 25
     {
20 26
         $this->_table_prefix = $prefix ?? '';
@@ -155,7 +161,7 @@  discard block
 block discarded – undo
155 161
      * @param \Pimple\Container $app
156 162
      * @param string            $name
157 163
      *
158
-     * @return string|array
164
+     * @return string
159 165
      */
160 166
     private function getDefaultArg(Container $app, $name)
161 167
     {
Please login to merge, or discard this patch.