Skip to content

Commit

Permalink
add comment about supported method signitures for FileSystemLoader::_…
Browse files Browse the repository at this point in the history
…_construct()
  • Loading branch information
robfrawley committed Aug 4, 2017
1 parent 2dffd96 commit 23e79a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Binary/Loader/FileSystemLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ class FileSystemLoader implements LoaderInterface
protected $locator;

/**
* This method will continue to support two prior, deprecated signitures for the duration of the 1.x
* release. The currently documented signiture will be the only valid usage once 2.0 is release. You
* can reference PR-963 {@see https://github.com/liip/LiipImagineBundle/pull/963} for more information.
*
* @param MimeTypeGuesserInterface $mimeGuesser
* @param ExtensionGuesserInterface $extensionGuesser
* @param string[]|LocatorInterface $locator
* @param LocatorInterface $locator
*/
public function __construct(MimeTypeGuesserInterface $mimeGuesser, ExtensionGuesserInterface $extensionGuesser, $locator)
{
Expand Down

0 comments on commit 23e79a7

Please sign in to comment.