Completed
Push — master ( 6a916e...464e06 )
by Arjay
14:25
created
src/Oci8/Query/Grammars/OracleGrammar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -423,7 +423,7 @@
 block discarded – undo
423 423
     /**
424 424
      * Wrap a table in keyword identifiers.
425 425
      *
426
-     * @param  \Illuminate\Database\Query\Expression|string $table
426
+     * @param  string $table
427 427
      * @return string
428 428
      */
429 429
     public function wrapTable($table)
Please login to merge, or discard this patch.
src/Oci8/Oci8Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     protected $trigger;
40 40
 
41 41
     /**
42
-     * @param PDO|\Closure $pdo
42
+     * @param PDO $pdo
43 43
      * @param string       $database
44 44
      * @param string       $tablePrefix
45 45
      * @param array        $config
Please login to merge, or discard this patch.