Completed
Push — 1.0 ( 2fbcac...32464f )
by Kamil
116:20 queued 93:29
created
src/Sylius/Behat/Page/Admin/ProductAttribute/CreatePageInterface.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -23,12 +23,14 @@  discard block
 block discarded – undo
23 23
 {
24 24
     /**
25 25
      * @param string $code
26
+     * @return void
26 27
      */
27 28
     public function specifyCode($code);
28 29
 
29 30
     /**
30 31
      * @param string $name
31 32
      * @param string $language
33
+     * @return void
32 34
      */
33 35
     public function nameIt($name, $language);
34 36
 
@@ -39,19 +41,25 @@  discard block
 block discarded – undo
39 41
 
40 42
     /**
41 43
      * @param string $value
44
+     * @return void
42 45
      */
43 46
     public function addAttributeValue($value);
44 47
 
45 48
     /**
46 49
      * @param int $min
50
+     * @return void
47 51
      */
48 52
     public function specifyMinValue(int $min): void;
49 53
 
50 54
     /**
51 55
      * @param int $max
56
+     * @return void
52 57
      */
53 58
     public function specifyMaxValue(int $max): void;
54 59
 
60
+    /**
61
+     * @return void
62
+     */
55 63
     public function checkMultiple(): void;
56 64
 
57 65
     /**
Please login to merge, or discard this patch.
spec/Validator/Constraints/ValidSelectAttributeConfigurationSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
Validator/Constraints/ValidSelectAttributeConfigurationValidatorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
spec/Validator/Constraints/ValidTextAttributeConfigurationValidatorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
spec/Validator/Constraints/ValidTextAttributeConfigurationSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
Validator/Constraints/ValidTextAttributeConfigurationValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
AttributeBundle/Validator/Constraints/ValidSelectAttributeConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
AttributeBundle/Validator/Constraints/ValidTextAttributeConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.
Validator/Constraints/ValidSelectAttributeConfigurationValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\AttributeBundle\Validator\Constraints;
15 15
 
Please login to merge, or discard this patch.