Skip to content

Commit

Permalink
fix: code location is nullable (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-feek authored May 11, 2020
1 parent fa601f9 commit 7dd1823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public static function isMethodVisible(
string $fq_classlike_name,
string $method_name_lowercase,
Context $context,
CodeLocation $code_location
CodeLocation $code_location = null
);
}

0 comments on commit 7dd1823

Please sign in to comment.