Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hejna authored and Petr Hejna committed Aug 21, 2018
1 parent 50f91ea commit 83d432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForbiddenMethodCallsRule.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace BrandEmbasssy\ForbiddenMethodCallsRule;
namespace BrandEmbassy\ForbiddenMethodCallsRule;

use PhpParser\Node;
use PhpParser\Node\Expr\MethodCall;
Expand Down

0 comments on commit 83d432f

Please sign in to comment.