Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into phpstan
  • Loading branch information
SaraGfroerer committed Oct 24, 2020
commit 034bde95787f46c4028c5cf9c956935ac2bb28ed
3 changes: 0 additions & 3 deletions src/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

class Checker implements CheckerInterface
{
/**
* @param mixed $element
*/
public function fulfills($element, TypeInterface $requirement): ResultInterface
{
return $requirement->check('', $element);
Expand Down
3 changes: 0 additions & 3 deletions src/Type/AnyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

class AnyType implements TypeInterface
{
/**
* @param mixed $value
*/
public function check(string $key, $value): ResultInterface
{
return Result::valid();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.