Created
December 18, 2014 11:53
-
-
Save mrsimonbennett/1025aa62dc10cb50b665 to your computer and use it in GitHub Desktop.
Which one
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
<?php | |
class one | |
{ | |
protected $property = [ | |
'test', | |
'test', | |
'test' | |
]; | |
} | |
class tw0 | |
{ | |
protected $property = [ | |
'test', | |
'test', | |
'test', | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment