Completed
Pull Request — master (#93)
by Peter
01:12
created
src/Snapshot.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
         $this->streamFileIntoDB($dumpFilePath, $connectionName);
86 86
     }
87 87
 
88
+    /**
89
+     * @param string $path
90
+     */
88 91
     public function streamFileIntoDB($path, string $connectionName = null)
89 92
     {
90 93
         if ($connectionName !== null) {
Please login to merge, or discard this patch.