Completed
Push — master ( 23dafc...188cb9 )
by Brian
03:10 queued 01:46
created
src/Api/Plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      * Returns the information for the plugin.
16 16
      *
17 17
      * @param string $slug  The slug of the plugin you want to pull
18
-     * @return mixed
18
+     * @return PluginModel
19 19
      * @throws \GuzzleHttp\Exception\GuzzleException
20 20
      */
21 21
     public function info(string $slug): PluginModel
Please login to merge, or discard this patch.
src/Models/Theme.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      *
16 16
      * @param array $data
17 17
      *
18
-     * @return Model
18
+     * @return Theme
19 19
      */
20 20
     public function fill(array $data): Model
21 21
     {
Please login to merge, or discard this patch.