Skip to content

Commit

Permalink
Update DefaultFileLocator.php
Browse files Browse the repository at this point in the history
It is implicit that a file extension needs a dot, thus it is unclear that we need to supply it in $fileExtension. I actually wasted quite some time trying to figure out what I'm doing wrong.
  • Loading branch information
marcel-burkhard committed Apr 28, 2015
1 parent ad89591 commit 9b30b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DefaultFileLocator implements FileLocator
* documents and operates in the specified operating mode.
*
* @param string|array $paths One or multiple paths where mapping documents can be found.
* @param string|null $fileExtension The file extension of mapping documents.
* @param string|null $fileExtension The file extension of mapping documents, usually prefixed with a dot.
*/
public function __construct($paths, $fileExtension = null)
{
Expand Down

0 comments on commit 9b30b43

Please sign in to comment.