Completed
Push — master ( fa98ea...c23364 )
by Luca
02:32
created
src/Payloads/SystemPropertyPayload.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return array
67
+     * @return string
68 68
      */
69 69
     public function getProperty() {
70 70
         return $this->property;
Please login to merge, or discard this patch.
src/Settings/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * Default Settings
27 27
      * Edit this section to configure your client
28 28
      */
29
-    const PLUGIN_PATH   = '/plugins/restapi/v1';
29
+    const PLUGIN_PATH = '/plugins/restapi/v1';
30 30
 
31 31
     /**
32 32
      * @var Settings
Please login to merge, or discard this patch.