Skip to content

Instantly share code, notes, and snippets.

@mrsimonbennett
Created December 18, 2014 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsimonbennett/1025aa62dc10cb50b665 to your computer and use it in GitHub Desktop.
Save mrsimonbennett/1025aa62dc10cb50b665 to your computer and use it in GitHub Desktop.
Which one
<?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