Skip to content

Commit 17c0629

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents 4cbf007 + 044de92 commit 17c0629

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

Argument/RewindableGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class RewindableGenerator implements \IteratorAggregate, \Countable
2020
private $count;
2121

2222
/**
23-
* @param callable $generator
2423
* @param int|callable $count
2524
*/
2625
public function __construct(callable $generator, $count)

Compiler/AutowirePass.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ private function doProcessValue($value, bool $isRoot = false)
137137
return $value;
138138
}
139139

140-
/**
141-
* @param \ReflectionClass $reflectionClass
142-
*
143-
* @return array
144-
*/
145140
private function autowireCalls(\ReflectionClass $reflectionClass, bool $isRoot): array
146141
{
147142
$this->decoratedId = null;

ContainerBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ public function getReflectionClass(?string $class, bool $throw = true): ?\Reflec
384384
* @param bool|string $trackContents Whether to track contents of the given resource. If a string is passed,
385385
* it will be used as pattern for tracking contents of the requested directory
386386
*
387-
* @return bool
388-
*
389387
* @final
390388
*/
391389
public function fileExists(string $path, $trackContents = true): bool

Definition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,6 @@ public function getBindings()
864864
* injected in the matching parameters (of the constructor, of methods
865865
* called and of controller actions).
866866
*
867-
* @param array $bindings
868-
*
869867
* @return $this
870868
*/
871869
public function setBindings(array $bindings)

Loader/XmlFileLoader.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,6 @@ private function getChildren(\DOMNode $node, string $name): array
558558
/**
559559
* Validates a documents XML schema.
560560
*
561-
* @param \DOMDocument $dom
562-
*
563561
* @return bool
564562
*
565563
* @throws RuntimeException When extension references a non-existent XSD file
@@ -674,8 +672,6 @@ private function validateExtensions(\DOMDocument $dom, string $file)
674672

675673
/**
676674
* Loads from an extension.
677-
*
678-
* @param \DOMDocument $xml
679675
*/
680676
private function loadFromExtensions(\DOMDocument $xml)
681677
{

0 commit comments

Comments
 (0)