Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored and StyleCIBot committed Aug 5, 2017
1 parent 99de099 commit f36e08a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class OptionalParameterFollowedByRequiredParameter
public $first;
public $second;

public function __construct($first = null, \stdClass $second)
public function __construct($first, \stdClass $second)
{
$this->first = $first;
$this->second = $second;
Expand Down

0 comments on commit f36e08a

Please sign in to comment.