@@ -35,7 +35,7 @@ |
||
35 | 35 | public function __construct() |
36 | 36 | { |
37 | 37 | // Initialise the list of urls as an empty array. |
38 | - $this->urls = []; |
|
38 | + $this->urls = [ ]; |
|
39 | 39 | |
40 | 40 | // Initialise the list of urls as an empty JSON string. |
41 | 41 | $this->results = ''; |