Skip to content

Commit

Permalink
FIX properties names
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 14, 2017
1 parent 83c4664 commit 3a1f6b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Bartlett/CompatInfo/Sniffs/PHP/MagicMethodsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
*/
class MagicMethodsSniff extends SniffAbstract
{
private $php501;
private $php503;
private $php506;
private $mm501;
private $mm503;
private $mm506;

private $magicMethods;

Expand Down

0 comments on commit 3a1f6b0

Please sign in to comment.