Skip to content

Commit

Permalink
Merge pull request #1 from affinity4/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Adding missing @return void declarations in Docblocks
  • Loading branch information
Luke Watts committed May 16, 2017
2 parents b22b003 + 17e7a3b commit 9cd923d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Loader/LoaderInterface.php
Expand Up @@ -24,11 +24,13 @@ interface LoaderInterface
* and run the input method to convert it to an array.
*
* @param $file string Path of file to convert to PHP array
* @return void
*/
public function __construct($file);

/**
* @param $content string The raw file contents
* @return void
*/
public function input($content);

Expand Down

0 comments on commit 9cd923d

Please sign in to comment.