Skip to content

Commit

Permalink
allow kcs/class-finder 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Mar 31, 2021
1 parent 80da67d commit 300db25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"doctrine/annotations": "~1.2",
"doctrine/cache": "^1.4",
"kcs/class-finder": "^0.2",
"kcs/class-finder": "^0.2|^0.3",
"mikey179/vfsstream": "^1.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/ClassMetadataInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ public function addAttributeMetadata(MetadataInterface $metadata): void;
* Called after all attributes metadata has been loaded and this metadata instance
* is merged with the parents.
*/
public function finalize(): void;
public function finalize(): void;
}
1 change: 0 additions & 1 deletion lib/Factory/AbstractMetadataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use function is_object;
use function is_string;
use function ltrim;
use function method_exists;
use function Safe\preg_replace;
use function str_replace;

Expand Down
3 changes: 0 additions & 3 deletions lib/MetadataPropertiesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ public function __sleep(): array
return $this->getPublicPropertiesName();
}

/**
* {@inheritdoc}
*/
public function __wakeup(): void
{
}
Expand Down

0 comments on commit 300db25

Please sign in to comment.