Completed
Pull Request — master (#7)
by Paweł
10:17 queued 05:33
created
SWP/TemplatesSystem/Gimme/Meta/Meta.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -123,6 +123,7 @@
 block discarded – undo
123 123
      * Check if string is JSON
124 124
      *
125 125
      * @param  string
126
+     * @param string $string
126 127
      *
127 128
      * @return bool
128 129
      */
Please login to merge, or discard this patch.
SWP/TemplatesSystem/Tests/Gimme/Model/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Gets the value of type.
136 136
      *
137
-     * @return integer
137
+     * @return string
138 138
      */
139 139
     public function getType()
140 140
     {
Please login to merge, or discard this patch.