File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments