@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | declare(strict_types=1); |
13 | 13 | |
14 | -use ProxyManager\Proxy\VirtualProxyInterface; |
|
15 | 14 | use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
15 | +use ProxyManager\Proxy\VirtualProxyInterface; |
|
16 | 16 | use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; |
17 | 17 | use Symfony\Component\Config\Loader\DelegatingLoader; |
18 | 18 | use Symfony\Component\Config\Loader\LoaderInterface; |
@@ -19,6 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | /** |
21 | 21 | * @param string $taxonName |
22 | + * @return void |
|
22 | 23 | */ |
23 | 24 | public function filterByTaxon($taxonName); |
24 | 25 |