@@ -138,7 +138,7 @@ |
||
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 |
@@ -59,7 +59,7 @@ discard block |
||
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 |
||
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |
96 | - * @return ValidationResult |
|
96 | + * @return \ValidationResult |
|
97 | 97 | */ |
98 | 98 | public function validate() |
99 | 99 | { |