@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions package. |
4 | 4 | * |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | public function __construct(\stdClass $definition) |
39 | 39 | { |
40 | 40 | parent::__construct($definition); |
41 | - $this->enum = isset($definition->enum) ? (array)$definition->enum : null; |
|
41 | + $this->enum = isset($definition->enum) ? (array)$definition->enum : null; |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
@@ -21,6 +21,7 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * PriorityQueue constructor. |
23 | 23 | * @param Factory[] ...$factories |
24 | + * @param ComplexTypeFactory $factories |
|
24 | 25 | */ |
25 | 26 | public function __construct(Factory ...$factories) |
26 | 27 | { |
@@ -38,8 +39,8 @@ discard block |
||
38 | 39 | } |
39 | 40 | |
40 | 41 | /** |
41 | - * @param mixed $value |
|
42 | - * @param mixed $priority |
|
42 | + * @param Factory $value |
|
43 | + * @param integer $priority |
|
43 | 44 | */ |
44 | 45 | public function insert($value, $priority) |
45 | 46 | { |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package. |
4 | 4 | * |