1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 01:00:06 +02:00

Add missing docbock

This commit is contained in:
Oliver Vogel
2024-06-23 11:15:04 +02:00
parent 470b5bfdd8
commit bb0e9284a3

View File

@@ -136,6 +136,11 @@ class Driver extends AbstractDriver
return new FontProcessor();
}
/**
* {@inheritdoc}
*
* @see DriverInterface::supports()
*/
public function supports(string|Format|FileExtension|MediaType $identifier): bool
{
try {