Skip to content

Commit

Permalink
#32853 Check if $this->parameters is array.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO authored and nicolas-grekas committed Aug 3, 2019
1 parent d4e97c0 commit 7cf9ed6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -969,7 +969,7 @@ private function startClass($class, $baseClass, $baseClassWithNamespace)
*/
class $class extends $baseClass
{
private \$parameters;
private \$parameters = [];
private \$targetDirs = [];
public function __construct()
Expand Down

0 comments on commit 7cf9ed6

Please sign in to comment.