Completed
Push — master ( 410526...963b63 )
by Freek
10:10
created
src/BackupHandlers/Database/Databases/PgSQLDatabase.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
22 22
      * @param $password
23 23
      * @param string $host
24 24
      * @param int $port
25
-     * @param string $socket
26 25
      */
27 26
     public function __construct(Console $console, $database, $schema, $username, $password, $host, $port)
28 27
     {
@@ -38,9 +37,9 @@  discard block
 block discarded – undo
38 37
     /**
39 38
      * Create a database dump.
40 39
      *
41
-     * @param $destinationFile
40
+     * @param string $destinationFile
42 41
      *
43
-     * @return bool
42
+     * @return boolean|string
44 43
      */
45 44
     public function dump($destinationFile)
46 45
     {
Please login to merge, or discard this patch.