Completed
Push — master ( 1cb1c1...b2ea65 )
by El
05:50
created
lib/I18n.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@  discard block
 block discarded – undo
77 77
      * @access public
78 78
      * @static
79 79
      * @param  string $messageId
80
-     * @param  mixed $args one or multiple parameters injected into placeholders
81 80
      * @return string
82 81
      */
83 82
     public static function _($messageId)
@@ -91,7 +90,6 @@  discard block
 block discarded – undo
91 90
      * @access public
92 91
      * @static
93 92
      * @param  string $messageId
94
-     * @param  mixed $args one or multiple parameters injected into placeholders
95 93
      * @return string
96 94
      */
97 95
     public static function translate($messageId)
Please login to merge, or discard this patch.
lib/Model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * Gets, and creates if neccessary, a store object
81 81
      *
82
-     * @return AbstractData
82
+     * @return Data\AbstractData
83 83
      */
84 84
     private function _getStore()
85 85
     {
Please login to merge, or discard this patch.
lib/Data/Database.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@
 block discarded – undo
433 433
      * @access private
434 434
      * @static
435 435
      * @param  string $sql
436
-     * @param  array $params
436
+     * @param  string[] $params
437 437
      * @throws PDOException
438 438
      * @return bool
439 439
      */
Please login to merge, or discard this patch.
lib/Vizhash16x16.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      * constructor
63 63
      *
64 64
      * @access public
65
-     * @return void
65
+     * @return string
66 66
      */
67 67
     public function __construct()
68 68
     {
@@ -173,8 +173,8 @@  discard block
 block discarded – undo
173 173
      * @access private
174 174
      * @param  resource $img
175 175
      * @param  string $direction
176
-     * @param  array $color1
177
-     * @param  array $color2
176
+     * @param  integer[] $color1
177
+     * @param  integer[] $color2
178 178
      * @return resource
179 179
      */
180 180
     private function degrade($img, $direction, $color1, $color2)
Please login to merge, or discard this patch.