Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pattern/PatternOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public function getIndexFilename()
*
* @param mixed $object
* @throws Exception\InvalidArgumentException
* @return $this
* @return PatternOptions
*/
public function setObject($object)
{
Expand Down Expand Up @@ -575,7 +575,7 @@ public function getObjectCacheMethods()
* - ObjectCache
*
* @param mixed $objectKey
* @return $this
* @return PatternOptions
*/
public function setObjectKey($objectKey)
{
Expand Down

0 comments on commit 1d8b0d4

Please sign in to comment.