Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes (#21)
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer authored and freyo committed Apr 25, 2017
1 parent 1903214 commit 65fed35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Adapter.php
Expand Up @@ -54,7 +54,7 @@ public function getBucket()
}

/**
* @param $path
* @param string $path
*
* @return string
*/
Expand Down Expand Up @@ -393,7 +393,7 @@ public function getVisibility($path)
}

/**
* @param $content
* @param string $content
*
* @return string|bool
*/
Expand All @@ -409,7 +409,7 @@ private function writeTempFile($content)
}

/**
* @param $tmpfname
* @param string|boolean $tmpfname
*
* @return bool
*/
Expand All @@ -419,8 +419,8 @@ private function deleteTempFile($tmpfname)
}

/**
* @param $path
* @param $content
* @param string $path
* @param string $content
*
* @return bool
*/
Expand Down

0 comments on commit 65fed35

Please sign in to comment.