Completed
Push — 5.3 ( 1617c9...2bdb45 )
by Arjay
10s
created
src/Oci8/Oci8Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     protected $trigger;
34 34
 
35 35
     /**
36
-     * @param PDO|\Closure $pdo
36
+     * @param PDO $pdo
37 37
      * @param string $database
38 38
      * @param string $tablePrefix
39 39
      * @param array $config
Please login to merge, or discard this patch.
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.