Skip to content

Commit

Permalink
Clean up style goofs on ClassFinderConcrete
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Feb 22, 2020
1 parent 57b6eef commit 970468d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ClassFinderConcrete.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ protected static function getMethod($name)

/**
* @param $name
* @return ReflectionProperty
* @throws \ReflectionException
* @return ReflectionProperty
*/
protected static function getProperty($name)
{
Expand All @@ -62,8 +62,8 @@ public function setOptimisedClassMap($value)
/**
* @param $name
* @param $arguments
* @return mixed
* @throws \ReflectionException
* @return mixed
*/
public function __call($name, $arguments)
{
Expand Down

0 comments on commit 970468d

Please sign in to comment.