Completed
Push — locale-in-url ( 6d9eda )
by Kamil
23:08
created
Bundle/CoreBundle/Test/Services/PaymentMethodNameToGatewayConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *
68 68
      * @throws \RuntimeException
69 69
      *
70
-     * @return string
70
+     * @return integer
71 71
      */
72 72
     private function tryToMapPaymentMethodName($paymentMethodName)
73 73
     {
Please login to merge, or discard this patch.
Sylius/Bundle/FixturesBundle/Listener/BeforeFixtureListenerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @param FixtureEvent $fixtureEvent
21 21
      * @param array $options
22
+     * @return void
22 23
      */
23 24
     public function beforeFixture(FixtureEvent $fixtureEvent, array $options);
24 25
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Listener/BeforeSuiteListenerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @param SuiteEvent $suiteEvent
21 21
      * @param array $options
22
+     * @return void
22 23
      */
23 24
     public function beforeSuite(SuiteEvent $suiteEvent, array $options);
24 25
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Loader/FixtureLoaderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
23 23
      * @param SuiteInterface $suite
24 24
      * @param FixtureInterface $fixture
25 25
      * @param array $options
26
+     * @return void
26 27
      */
27 28
     public function load(SuiteInterface $suite, FixtureInterface $fixture, array $options);
28 29
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Loader/SuiteLoaderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param SuiteInterface $suite
23
+     * @return void
23 24
      */
24 25
     public function load(SuiteInterface $suite);
25 26
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/ORM/ExpressionBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -187,6 +187,7 @@
 block discarded – undo
187 187
 
188 188
     /**
189 189
      * {@inheritdoc}
190
+     * @param string $field
190 191
      */
191 192
     private function getFieldName($field)
192 193
     {
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Controller/FlashHelperInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -23,12 +23,14 @@
 block discarded – undo
23 23
      * @param RequestConfiguration $requestConfiguration
24 24
      * @param string $actionName
25 25
      * @param ResourceInterface|null $resource
26
+     * @return void
26 27
      */
27 28
     public function addSuccessFlash(RequestConfiguration $requestConfiguration, $actionName, ResourceInterface $resource = null);
28 29
 
29 30
     /**
30 31
      * @param RequestConfiguration $requestConfiguration
31 32
      * @param ResourceControllerEvent $event
33
+     * @return void
32 34
      */
33 35
     public function addFlashFromEvent(RequestConfiguration $requestConfiguration, ResourceControllerEvent $event);
34 36
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Controller/RedirectHandler.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -80,6 +80,7 @@
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * {@inheritdoc}
83
+     * @param string|null $url
83 84
      */
84 85
     public function redirect(RequestConfiguration $configuration, $url, $status = 302)
85 86
     {
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Controller/StateMachineInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * @param RequestConfiguration $configuration
23 23
      * @param ResourceInterface $resource
24
+     * @return void
24 25
      */
25 26
     public function apply(RequestConfiguration $configuration, ResourceInterface $resource);
26 27
 }
Please login to merge, or discard this patch.