Skip to content
Snippets Groups Projects
Commit c2e42805 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix PHP 7 signature

parent 9add8f0d
No related branches found
No related tags found
No related merge requests found
......@@ -195,10 +195,10 @@ class Handler extends BaseHandler {
* @param null $key
* Optional name of an option to be received instead of the full set of options.
*
* @return array
* @return array|string
* The options.
*/
public function getOptions($key = NULL): array {
public function getOptions($key = NULL) {
if ($this->options === NULL) {
$env = new Dotenv('docker4drupal', $this->io);
$projectname = getenv('COMPOSE_PROJECT_NAME');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment