@@ -32,11 +32,11 @@ |
||
32 | 32 | */ |
33 | 33 | private $type = null; |
34 | 34 | |
35 | - /** |
|
36 | - * Gets as type |
|
37 | - * |
|
38 | - * @return string |
|
39 | - */ |
|
35 | + /** |
|
36 | + * Gets as type |
|
37 | + * |
|
38 | + * @return string |
|
39 | + */ |
|
40 | 40 | public function getType() |
41 | 41 | { |
42 | 42 | return $this->type; |
@@ -203,7 +203,7 @@ |
||
203 | 203 | return false; |
204 | 204 | } |
205 | 205 | if (!in_array($navProp->getFromRole(), $roles)) { |
206 | - $msg = "Navigation Property Role " .$navProp->getToRole() |
|
206 | + $msg = "Navigation Property Role " . $navProp->getToRole() |
|
207 | 207 | . " lacks a matching Property in the assocation"; |
208 | 208 | return false; |
209 | 209 | } |
@@ -687,12 +687,12 @@ |
||
687 | 687 | $counter += isset($this->$name) ? 1 : 0; |
688 | 688 | } |
689 | 689 | if (-1 < $this->gExpressionMinimum && $counter < $this->gExpressionMinimum) { |
690 | - $msg = $counter . " fields not null. Need minimum of ".$this->gExpressionMinimum. ": " |
|
690 | + $msg = $counter . " fields not null. Need minimum of " . $this->gExpressionMinimum . ": " |
|
691 | 691 | . get_class($this); |
692 | 692 | return false; |
693 | 693 | } |
694 | 694 | if (-1 < $this->gExpressionMaximum && $counter > $this->gExpressionMaximum) { |
695 | - $msg = $counter . " fields not null. Need maximum of ".$this->gExpressionMaximum. ": " |
|
695 | + $msg = $counter . " fields not null. Need maximum of " . $this->gExpressionMaximum . ": " |
|
696 | 696 | . get_class($this); |
697 | 697 | return false; |
698 | 698 | } |
@@ -146,7 +146,7 @@ |
||
146 | 146 | for ($j = $i + 1; $j < $numParms; $j++) { |
147 | 147 | assert( |
148 | 148 | $this->parameter[$j] instanceof TFunctionImportParameterType, |
149 | - get_class($this->parameter[$j]). ' ' . $j |
|
149 | + get_class($this->parameter[$j]) . ' ' . $j |
|
150 | 150 | ); |
151 | 151 | $inName = $this->parameter[$j]->getName(); |
152 | 152 | if ($outName == $inName) { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Gets or sets the inner value |
37 | 37 | * |
38 | - * @param string[] $value |
|
38 | + * @param string $value |
|
39 | 39 | * @return string |
40 | 40 | */ |
41 | 41 | public function value(...$value) |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Gets or sets the inner value |
32 | 32 | * |
33 | - * @param boolean[] $value |
|
33 | + * @param boolean $value |
|
34 | 34 | * @return boolean |
35 | 35 | */ |
36 | 36 | public function value(...$value) |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Gets or sets the inner value |
32 | 32 | * |
33 | - * @param \DateTime[] $value |
|
33 | + * @param \DateTime $value |
|
34 | 34 | * @return \DateTime |
35 | 35 | */ |
36 | 36 | public function value(...$value) |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Gets or sets the inner value |
32 | 32 | * |
33 | - * @param \DateInterval[] $value |
|
33 | + * @param \DateInterval $value |
|
34 | 34 | |
35 | 35 | * @return \DateInterval |
36 | 36 | */ |
@@ -31,7 +31,6 @@ |
||
31 | 31 | * Gets or sets the inner value |
32 | 32 | * |
33 | 33 | * @param \DateInterval[] $value |
34 | - |
|
35 | 34 | * @return \DateInterval |
36 | 35 | */ |
37 | 36 | public function value(...$value) |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Gets or sets the inner value |
32 | 32 | * |
33 | - * @param double[] $value |
|
33 | + * @param double $value |
|
34 | 34 | * @return float |
35 | 35 | */ |
36 | 36 | public function value(...$value) |