Completed
Pull Request — master (#27)
by Dominik
03:07
created
src/PleskX/Api/Operator/Database.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @param $command
28
+     * @param string $command
29 29
      * @param array $properties
30 30
      * @return \PleskX\Api\XmlResponse
31 31
      */
@@ -94,8 +94,8 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @param $command
98
-     * @param $field
97
+     * @param string $command
98
+     * @param string $field
99 99
      * @param $value
100 100
      * @return \PleskX\Api\XmlResponse
101 101
      */
Please login to merge, or discard this patch.