forked from ceesvanegmond/minify
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
minify/src/Providers/StyleSheet.php
Line 57 in 4ed3809
| $http_response_header = array(false); |
It seems some code is missing before the strpos, it will always trigger the exception.
minify/src/Providers/StyleSheet.php
Line 60 in 4ed3809
| if (strpos($http_response_header[0], '200') === false) { |
Futhermore, the FileNotExistException use statement is missing in the header.
minify/src/Providers/StyleSheet.php
Line 61 in 4ed3809
| throw new FileNotExistException("File '{$file}' does not exist"); |
Metadata
Metadata
Assignees
Labels
No labels