File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
use Illuminate \Http \Response ;
8
8
use Illuminate \Support \Facades \Response as ResponseFactory ;
9
- use Intervention \Image \EncodedImage ;
10
9
use Intervention \Image \Exceptions \DriverException ;
11
10
use Intervention \Image \Exceptions \NotSupportedException ;
12
11
use Intervention \Image \Exceptions \RuntimeException ;
@@ -27,13 +26,13 @@ class ImageResponseFactory
27
26
/**
28
27
* Create new ImageResponseFactory instance
29
28
*
30
- * @param Image|EncodedImage $image
29
+ * @param Image $image
31
30
* @param null|string|Format|MediaType|FileExtension $format
32
31
* @param mixed ...$options
33
32
* @return void
34
33
*/
35
34
public function __construct (
36
- protected Image | EncodedImage $ image ,
35
+ protected Image $ image ,
37
36
protected null |string |Format |MediaType |FileExtension $ format = null ,
38
37
mixed ...$ options
39
38
) {
You can’t perform that action at this time.
0 commit comments