We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87fcde commit e4d5c3fCopy full SHA for e4d5c3f
phpstan.neon.dist
@@ -2,3 +2,4 @@ parameters:
2
level: max
3
paths:
4
- src
5
+ treatPhpDocTypesAsCertain: false
src/Files/ValueObjects/MimeType.php
@@ -232,7 +232,7 @@ public function isDocument(): bool
232
*
233
* @since n.e.x.t
234
235
- * @param mixed $other The other MIME type to compare.
+ * @param self|string $other The other MIME type to compare.
236
* @return bool True if equal.
237
*/
238
public function equals($other): bool
0 commit comments