1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Merge pull request #835 from chriskonnertz/patch-1

Added missing return type annotation
This commit is contained in:
Oliver Vogel
2018-05-25 15:24:03 +02:00
committed by GitHub

View File

@@ -30,6 +30,8 @@ class ImageManager
* Overrides configuration settings
*
* @param array $config
*
* @return self
*/
public function configure(array $config = [])
{