Browse Source

Added type hints

Tobias Reich 8 years ago
parent
commit
a5cab35e34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/Plugins.php

+ 1 - 1
php/modules/Plugins.php

@@ -15,7 +15,7 @@ final class Plugins implements \SplSubject {
 	public $action	= null;
 	public $args	= null;
 
-	public function __construct($files, $database, $settings) {
+	public function __construct(array $files, $database, array $settings) {
 
 		if (!isset($files)) return false;