Completed
Push — master ( 863dc0...b60491 )
by Nathan
23:53 queued 09:02
created
src/Generator.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
Please login to merge, or discard this patch.