@@ -45,7 +45,7 @@ |
||
45 | 45 | /** |
46 | 46 | * Gets customer based on currently logged user. |
47 | 47 | * |
48 | - * @return CustomerInterface|null |
|
48 | + * @return null|\Sylius\Component\Customer\Model\CustomerInterface |
|
49 | 49 | */ |
50 | 50 | public function getCustomer() |
51 | 51 | { |
@@ -12,17 +12,17 @@ |
||
12 | 12 | namespace Sylius\Bundle\CustomerBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType; |
15 | +use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType; |
|
16 | +use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType; |
|
15 | 17 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
16 | 18 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
17 | -use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
18 | 19 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
19 | -use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType; |
|
20 | -use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType; |
|
21 | -use Sylius\Component\Customer\Model\CustomerGroup; |
|
22 | -use Sylius\Component\Resource\Factory\Factory; |
|
20 | +use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
|
23 | 21 | use Sylius\Component\Customer\Model\Customer; |
24 | -use Sylius\Component\Customer\Model\CustomerInterface; |
|
22 | +use Sylius\Component\Customer\Model\CustomerGroup; |
|
25 | 23 | use Sylius\Component\Customer\Model\CustomerGroupInterface; |
24 | +use Sylius\Component\Customer\Model\CustomerInterface; |
|
25 | +use Sylius\Component\Resource\Factory\Factory; |
|
26 | 26 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
27 | 27 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
28 | 28 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -14,17 +14,17 @@ |
||
14 | 14 | use Sylius\Bundle\PromotionBundle\Controller\PromotionCouponController; |
15 | 15 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionActionType; |
16 | 16 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionCouponType; |
17 | -use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType; |
|
18 | 17 | use Sylius\Bundle\PromotionBundle\Form\Type\PromotionRuleType; |
18 | +use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType; |
|
19 | 19 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
20 | 20 | use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
21 | 21 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
22 | 22 | use Sylius\Component\Promotion\Factory\PromotionCouponFactory; |
23 | +use Sylius\Component\Promotion\Model\Promotion; |
|
23 | 24 | use Sylius\Component\Promotion\Model\PromotionAction; |
24 | 25 | use Sylius\Component\Promotion\Model\PromotionActionInterface; |
25 | 26 | use Sylius\Component\Promotion\Model\PromotionCoupon; |
26 | 27 | use Sylius\Component\Promotion\Model\PromotionCouponInterface; |
27 | -use Sylius\Component\Promotion\Model\Promotion; |
|
28 | 28 | use Sylius\Component\Promotion\Model\PromotionInterface; |
29 | 29 | use Sylius\Component\Promotion\Model\PromotionRule; |
30 | 30 | use Sylius\Component\Promotion\Model\PromotionRuleInterface; |
@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\ReviewBundle\EventListener; |
13 | 13 | |
14 | +use Sylius\Component\Customer\Context\CustomerContextInterface; |
|
14 | 15 | use Sylius\Component\Resource\Exception\UnexpectedTypeException; |
15 | 16 | use Sylius\Component\Review\Model\ReviewInterface; |
16 | -use Sylius\Component\Customer\Context\CustomerContextInterface; |
|
17 | 17 | use Symfony\Component\EventDispatcher\GenericEvent; |
18 | 18 | |
19 | 19 | /** |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -101,6 +101,9 @@ |
||
101 | 101 | return $webDirectory; |
102 | 102 | } |
103 | 103 | |
104 | + /** |
|
105 | + * @param string $webDirectory |
|
106 | + */ |
|
104 | 107 | private function assertFileContent($lines, $webDirectory) |
105 | 108 | { |
106 | 109 | foreach ($lines as $line) { |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | { |
23 | 23 | parent::tearDown(); |
24 | 24 | |
25 | - file_put_contents(__DIR__.'/../Fixtures/themes/FirstTestTheme/TestBundle/public/theme_asset.txt', 'Theme asset'.PHP_EOL); |
|
25 | + file_put_contents(__DIR__ . '/../Fixtures/themes/FirstTestTheme/TestBundle/public/theme_asset.txt', 'Theme asset' . PHP_EOL); |
|
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $client->getContainer()->get('sylius.theme.asset.assets_installer')->installAssets($webDirectory, $symlinkMask); |
59 | 59 | |
60 | 60 | sleep(1); |
61 | - file_put_contents(__DIR__.'/../Fixtures/themes/FirstTestTheme/TestBundle/public/theme_asset.txt', 'Theme asset modified'); |
|
61 | + file_put_contents(__DIR__ . '/../Fixtures/themes/FirstTestTheme/TestBundle/public/theme_asset.txt', 'Theme asset modified'); |
|
62 | 62 | clearstatcache(); |
63 | 63 | |
64 | 64 | $client->getContainer()->get('sylius.theme.asset.assets_installer')->installAssets($webDirectory, $symlinkMask); |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | private function createWebDirectory() |
93 | 93 | { |
94 | - $webDirectory = $this->getTmpDirPath(self::TEST_CASE).'/web'; |
|
94 | + $webDirectory = $this->getTmpDirPath(self::TEST_CASE) . '/web'; |
|
95 | 95 | if (!is_dir($webDirectory)) { |
96 | 96 | mkdir($webDirectory, 0777, true); |
97 | 97 | } |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | |
111 | 111 | list($expectedText, $assetFile) = explode(': ', $line); |
112 | 112 | |
113 | - $contents = file_get_contents($webDirectory.$assetFile); |
|
113 | + $contents = file_get_contents($webDirectory . $assetFile); |
|
114 | 114 | |
115 | 115 | $this->assertEquals($expectedText, trim($contents)); |
116 | 116 | } |
@@ -104,7 +104,7 @@ |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |
107 | - * @param TemplateReferenceInterface|string $template |
|
107 | + * @param string $template |
|
108 | 108 | * |
109 | 109 | * @return string |
110 | 110 | */ |
@@ -30,6 +30,7 @@ discard block |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * @param string $name |
33 | + * @return void |
|
33 | 34 | */ |
34 | 35 | public function setName($name); |
35 | 36 | |
@@ -40,6 +41,7 @@ discard block |
||
40 | 41 | |
41 | 42 | /** |
42 | 43 | * @param string $description |
44 | + * @return void |
|
43 | 45 | */ |
44 | 46 | public function setDescription($description); |
45 | 47 | |
@@ -50,11 +52,13 @@ discard block |
||
50 | 52 | |
51 | 53 | /** |
52 | 54 | * @param PermissionInterface $permission |
55 | + * @return void |
|
53 | 56 | */ |
54 | 57 | public function addPermission(PermissionInterface $permission); |
55 | 58 | |
56 | 59 | /** |
57 | 60 | * @param PermissionInterface $permission |
61 | + * @return void |
|
58 | 62 | */ |
59 | 63 | public function removePermission(PermissionInterface $permission); |
60 | 64 | |
@@ -72,6 +76,7 @@ discard block |
||
72 | 76 | |
73 | 77 | /** |
74 | 78 | * @param RoleInterface $role |
79 | + * @return void |
|
75 | 80 | */ |
76 | 81 | public function setParent(RoleInterface $role); |
77 | 82 | |
@@ -87,11 +92,13 @@ discard block |
||
87 | 92 | |
88 | 93 | /** |
89 | 94 | * @param RoleInterface $role |
95 | + * @return void |
|
90 | 96 | */ |
91 | 97 | public function addChild(RoleInterface $role); |
92 | 98 | |
93 | 99 | /** |
94 | 100 | * @param RoleInterface $role |
101 | + * @return void |
|
95 | 102 | */ |
96 | 103 | public function removeChild(RoleInterface $role); |
97 | 104 | |
@@ -109,6 +116,7 @@ discard block |
||
109 | 116 | |
110 | 117 | /** |
111 | 118 | * @param int $left |
119 | + * @return void |
|
112 | 120 | */ |
113 | 121 | public function setLeft($left); |
114 | 122 | |
@@ -119,6 +127,7 @@ discard block |
||
119 | 127 | |
120 | 128 | /** |
121 | 129 | * @param int $right |
130 | + * @return void |
|
122 | 131 | */ |
123 | 132 | public function setRight($right); |
124 | 133 | |
@@ -129,6 +138,7 @@ discard block |
||
129 | 138 | |
130 | 139 | /** |
131 | 140 | * @param int $level |
141 | + * @return void |
|
132 | 142 | */ |
133 | 143 | public function setLevel($level); |
134 | 144 | } |