Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaveras committed May 8, 2020
1 parent 3eb84a2 commit 3fecfd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/Factory/CircuitFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php declare(strict_types=1);

/*
* This file is part of ksaveras/circuit-breaker-bundle.
*
* (c) Ksaveras Sakys <xawiers@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Ksaveras\CircuitBreaker\Tests\Factory;

use Ksaveras\CircuitBreaker\Factory\CircuitFactory;
Expand Down

0 comments on commit 3fecfd5

Please sign in to comment.