Skip to content

Commit

Permalink
[PropertyAccess] Fix getter call order BC
Browse files Browse the repository at this point in the history
  • Loading branch information
1ed committed Jun 4, 2020
1 parent b644923 commit 8bec462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extractor/ReflectionExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp
/**
* @internal
*/
public static $defaultAccessorPrefixes = ['is', 'can', 'get', 'has'];
public static $defaultAccessorPrefixes = ['get', 'is', 'has', 'can'];

/**
* @internal
Expand Down

0 comments on commit 8bec462

Please sign in to comment.