Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Tiny, tiny, tiny whitespace fix at request of @DASPRiD
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Mar 2, 2012
1 parent ad5cee1 commit cd71ece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ abstract class Factory
/**
* Read a config from a file.
*
* @param string $filename
* @param boolean $returnConfigObject
* @param string $filename
* @param boolean $returnConfigObject
* @return array|Config
*/
public static function fromFile($filename, $returnConfigObject = false)
Expand Down Expand Up @@ -86,8 +86,8 @@ public static function fromFile($filename, $returnConfigObject = false)
/**
* Read configuration from multiple files and merge them.
*
* @param array $files
* @param boolean $returnConfigObject
* @param array $files
* @param boolean $returnConfigObject
* @return array|Config
*/
public static function fromFiles(array $files, $returnConfigObject = false)
Expand Down

0 comments on commit cd71ece

Please sign in to comment.