Completed
Pull Request — master (#2)
by Jason
01:13
created
src/ShortURL.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
                 'format' => 'txt'
139 139
             ]);
140 140
 
141
-            $this->ShortURL = $response['url'];
141
+            $this->ShortURL = $response[ 'url' ];
142 142
         }
143 143
     }
144 144
 }
145 145
\ No newline at end of file
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     ];
60 60
 
61 61
     /**
62
-     * @return FieldList
62
+     * @return \FieldList
63 63
      */
64 64
     public function getCMSFields()
65 65
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return ValidationResult
96
+     * @return \ValidationResult
97 97
      */
98 98
     public function validate()
99 99
     {
Please login to merge, or discard this patch.