Completed
Pull Request — master (#5)
by
unknown
12:16
created
src/DBAL/Processor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         return 'dbal';
80 80
     }
81 81
 
82
+    /**
83
+     * @param boolean $defaultValue
84
+     */
82 85
     private function resolveOption(array $options, string $key, $defaultValue = null)
83 86
     {
84 87
         if (!\array_key_exists($key, $options)) {
Please login to merge, or discard this patch.