File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/SoftCreatR/MimeDetector Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " >=7.2 .0"
24
+ "php" : " >=7.1 .0"
25
25
},
26
26
"conflict" : {
27
27
"phpunit/phpunit" : " <8.0 || >= 10.0"
Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ public function __construct()
103
103
* Setter for the file to be checked.
104
104
*
105
105
* @throws MimeDetectorException
106
- *
107
- * @return MimeDetector
108
106
*/
109
107
public function setFile (string $ filePath ): self
110
108
{
@@ -1175,8 +1173,6 @@ public function toBytes(string $str): array
1175
1173
* However, the byte cache should have at least a length of 4 for a proper detection.
1176
1174
*
1177
1175
* @throws MimeDetectorException
1178
- *
1179
- * @return MimeDetector
1180
1176
*/
1181
1177
public function setByteCacheMaxLength (int $ maxLength ): self
1182
1178
{
You can’t perform that action at this time.
0 commit comments