@@ -94,7 +94,7 @@ |
||
| 94 | 94 | /** |
| 95 | 95 | * Get the Bootstrap constants. |
| 96 | 96 | * |
| 97 | - * @return array Returns the Bootstrap constants. |
|
| 97 | + * @return string[] Returns the Bootstrap constants. |
|
| 98 | 98 | */ |
| 99 | 99 | public static function getBootstrapConstants() { |
| 100 | 100 | return [ |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use SplFileObject; |
| 15 | 15 | use Symfony\Component\HttpKernel\Kernel; |
| 16 | -use Symfony\Component\Serializer\Exception\ExceptionInterface; |
|
| 17 | 16 | use Symfony\Component\Serializer\Normalizer\DataUriNormalizer; |
| 18 | 17 | use Twig_SimpleFunction; |
| 19 | 18 | use WBW\Library\Core\Argument\ArrayHelper; |