Added namespace to functions

This commit is contained in:
Alejandro Celaya
2017-07-16 09:28:40 +02:00
parent 3cd14153ca
commit 602e11d5e7
11 changed files with 53 additions and 53 deletions

View File

@@ -1,6 +1,4 @@
<?php
declare(strict_types=1);
namespace Shlinkio\Shlink\CLI\Command\Tag;
use Acelaya\ZsmAnnotatedServices\Annotation as DI;