Skip to content

Commit

Permalink
Merge pull request #243 from elliotchance/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
elliotchance committed Dec 21, 2014
2 parents 4452478 + b3888d1 commit 16700d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Concise/Services/MethodArguments.php
Expand Up @@ -7,6 +7,9 @@

class MethodArguments
{
/**
* @param string $method
*/
public function getMethodArgumentValues(array $didReceive, $method)
{
try {
Expand Down
2 changes: 1 addition & 1 deletion src/Concise/Services/ValueRenderer.php
Expand Up @@ -59,7 +59,7 @@ public function colorize($value)
/**
* @param array $values
* @param integer $depth
* @param callable $callback
* @param Closure $callback
* @return string
*/
protected function jsonEncodeCallback(array $values, $depth, Closure $callback)
Expand Down
2 changes: 1 addition & 1 deletion src/Concise/TestCase.php
Expand Up @@ -286,7 +286,7 @@ public function assertMock(MockInterface $mock)
}

/**
* @return bool
* @return boolean|null
*/
public function verify()
{
Expand Down

0 comments on commit 16700d6

Please sign in to comment.