Skip to content

Commit

Permalink
Updated Rougin\Combustor\Common\Tools::ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 15, 2015
1 parent 28f70b8 commit e0f6d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Common/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function putContents($content)
/**
* Changes the file mode of the file.
*
* @param int $mode
* @param integer $mode
* @return boolean
*/
public function chmod(int $mode)
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function ignite()
preg_replace(
'/\$autoload\[\'libraries\'\] = array\([^)]*\);/',
'$autoload[\'libraries\'] = array('.implode(', ', $libraries).');',
$autoload
$autoload->getContents()
)
);

Expand Down

0 comments on commit e0f6d8a

Please sign in to comment.