mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-22 04:25:12 +00:00
Match docblock to defined param name.
The mismatch triggers symfonys debug class loader with: ``` 1x: The "Vfs\Node\Factory\NodeFactory::buildFileLink()" method will require a new "FileInterface $file" argument in the next major version of its interface "Vfs\Node\Factory\NodeFactoryInterface", not defining it is deprecated. 1x in BundleManagerTest::setUp from App\Tests\Unit\Console ```
This commit is contained in:
parent
610649d759
commit
c7b556858d
@ -35,7 +35,7 @@ interface NodeFactoryInterface
|
||||
public function buildFile($content = '');
|
||||
|
||||
/**
|
||||
* @param FileInterface $file
|
||||
* @param FileInterface $target
|
||||
* @return LinkInterface
|
||||
*/
|
||||
public function buildFileLink(FileInterface $target);
|
||||
|
Loading…
Reference in New Issue
Block a user