barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

Fix type hint #61

Closed delatbabel closed 7 years ago

delatbabel commented 7 years ago

This is a fairly trivial change: UrlBuilderFactory::create() does not return an object of class UrlBuilderFactory, in fact it returns one of UrlBuilder.

Comment change only but it helps with type hinting in phpStorm.