Skip to content

Commit 510d4b1

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 797505c + 1ec2e3f commit 510d4b1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

PropertyAccessor.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,10 +819,9 @@ private function getPropertyPath($propertyPath): PropertyPath
819819
/**
820820
* Creates the APCu adapter if applicable.
821821
*
822-
* @param string $namespace
823-
* @param int $defaultLifetime
824-
* @param string $version
825-
* @param LoggerInterface|null $logger
822+
* @param string $namespace
823+
* @param int $defaultLifetime
824+
* @param string $version
826825
*
827826
* @return AdapterInterface
828827
*

PropertyAccessorBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ public function isExceptionOnInvalidPropertyPath()
138138
/**
139139
* Sets a cache system.
140140
*
141-
* @param CacheItemPoolInterface|null $cacheItemPool
142-
*
143141
* @return PropertyAccessorBuilder The builder object
144142
*/
145143
public function setCacheItemPool(CacheItemPoolInterface $cacheItemPool = null)

0 commit comments

Comments
 (0)