Completed
Push — master ( 07b837...249141 )
by Nathan
04:05
created
src/Generator.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      *
78 78
      * @codeCoverageIgnore
79 79
      *
80
-     * @return Generator
80
+     * @return QrCode
81 81
      */
82 82
     public static function generate(
83 83
         $content,
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Gets the content
94 94
      *
95
-     * @return mixed
95
+     * @return string
96 96
      */
97 97
     public function getContent()
98 98
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * Sets the content
104 104
      *
105
-     * @param mixed $content
105
+     * @param string $content
106 106
      */
107 107
     public function setContent($content)
108 108
     {
@@ -172,8 +172,8 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Process the Color Value
174 174
      *
175
-     * @param mixed $color
176
-     * @param mixed $default
175
+     * @param string|boolean $color
176
+     * @param string|false $default
177 177
      *
178 178
      * @return array
179 179
      */
Please login to merge, or discard this patch.