fix phpstan

This commit is contained in:
TomasVotruba 2017-09-11 15:24:35 +02:00
parent e952b5a0cd
commit 912e501f43
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Rector\DeprecationExtractor\Tests\Tranformer;
namespace Rector\DeprecationExtractor\Tests\Transformer;
use Rector\DeprecationExtractor\Transformer\ArgumentToDeprecationTransformer;
use Rector\Tests\AbstractContainerAwareTestCase;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Rector\DeprecationExtractor\Tests\Tranformer;
namespace Rector\DeprecationExtractor\Tests\Transformer;
use Rector\DeprecationExtractor\Deprecation\ClassDeprecation;
use Rector\DeprecationExtractor\Deprecation\DeprecationCollector;
@ -44,7 +44,6 @@ final class MessageToDeprecationTransformerTest extends AbstractContainerAwareTe
$deprecationMesssage = $deprecationMessages[0]['message'];
$relatedNode = $deprecationMessages[0]['node'];
// ↓ this will be something useful
$deprecation = $this->messageToDeprecationTransformer->transform(
$deprecationMesssage,
$relatedNode