Fix code style

This commit is contained in:
Jaapio
2021-08-26 22:32:25 +02:00
parent c5e702d299
commit 6fa60f9f08
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ declare(strict_types=1);
namespace phpDocumentor\Reflection;
use phpDocumentor\Reflection\Exception\PcreException;
use Webmozart\Assert\Assert;
use function preg_last_error;
use function preg_split as php_preg_split;