@@ -240,7 +240,7 @@ |
||
| 240 | 240 | /** |
| 241 | 241 | * @param string $type |
| 242 | 242 | * |
| 243 | - * @return NodeElement |
|
| 243 | + * @return string |
|
| 244 | 244 | */ |
| 245 | 245 | private function getImageElementByType($type) |
| 246 | 246 | { |
@@ -299,7 +299,7 @@ |
||
| 299 | 299 | |
| 300 | 300 | /** |
| 301 | 301 | * @param string $attributeName |
| 302 | - * @param string|array $selector |
|
| 302 | + * @param string $selector |
|
| 303 | 303 | * |
| 304 | 304 | * @return bool |
| 305 | 305 | * |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Doctrine\ORM\Event\LifecycleEventArgs; |
| 18 | 18 | use Doctrine\ORM\UnitOfWork; |
| 19 | 19 | use Mockery; |
| 20 | -use Mockery\Mock; |
|
| 21 | 20 | use Mockery\MockInterface; |
| 22 | 21 | use PhpSpec\ObjectBehavior; |
| 23 | 22 | use Sylius\Component\Attribute\AttributeType\SelectAttributeType; |
@@ -19,6 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | 21 | * {@inheritdoc} |
| 22 | + * @param string $path |
|
| 22 | 23 | */ |
| 23 | 24 | public function get($path, $default = null) |
| 24 | 25 | { |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | use PhpSpec\ObjectBehavior; |
| 18 | 18 | use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface; |
| 19 | 19 | use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface; |
| 20 | -use Sylius\Component\Review\Model\ReviewableInterface; |
|
| 21 | 20 | use Sylius\Component\Review\Model\ReviewInterface; |
| 21 | +use Sylius\Component\Review\Model\ReviewableInterface; |
|
| 22 | 22 | |
| 23 | 23 | final class AverageRatingUpdaterSpec extends ObjectBehavior |
| 24 | 24 | { |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * Checks the existence of files or directories. |
| 49 | 49 | * |
| 50 | - * @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to check |
|
| 50 | + * @param string $files A filename, an array of files, or a \Traversable instance to check |
|
| 51 | 51 | * |
| 52 | 52 | * @return bool true if the file exists, false otherwise |
| 53 | 53 | */ |
@@ -13,11 +13,11 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test; |
| 15 | 15 | |
| 16 | -use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
| 17 | -use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper; |
|
| 18 | 16 | use PhpSpec\ObjectBehavior; |
| 19 | 17 | use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface; |
| 20 | 18 | use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface; |
| 19 | +use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory; |
|
| 20 | +use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper; |
|
| 21 | 21 | |
| 22 | 22 | final class TestThemeConfigurationManagerSpec extends ObjectBehavior |
| 23 | 23 | { |
@@ -26,8 +26,8 @@ |
||
| 26 | 26 | use Sylius\Component\Resource\Model\VersionedInterface; |
| 27 | 27 | use Sylius\Component\Shipping\Model\ShippableInterface; |
| 28 | 28 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
| 29 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 30 | 29 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
| 30 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 31 | 31 | |
| 32 | 32 | final class ProductVariantSpec extends ObjectBehavior |
| 33 | 33 | { |
@@ -26,6 +26,7 @@ discard block |
||
| 26 | 26 | * |
| 27 | 27 | * @throws ExistingServiceException |
| 28 | 28 | * @throws \InvalidArgumentException |
| 29 | + * @return void |
|
| 29 | 30 | */ |
| 30 | 31 | public function register($service, int $priority = 0): void; |
| 31 | 32 | |
@@ -33,6 +34,7 @@ discard block |
||
| 33 | 34 | * @param object $service |
| 34 | 35 | * |
| 35 | 36 | * @throws NonExistingServiceException |
| 37 | + * @return void |
|
| 36 | 38 | */ |
| 37 | 39 | public function unregister($service): void; |
| 38 | 40 | |