Last active
November 23, 2020 00:34
-
-
Save mcsee/548c0df24149b087b6e5bd30e3e866c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
function simplify(array $patterns): array { | |
return $patterns; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment