1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 16:50:07 +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(); return new FontProcessor();
} }
/**
* {@inheritdoc}
*
* @see DriverInterface::supports()
*/
public function supports(string|Format|FileExtension|MediaType $identifier): bool public function supports(string|Format|FileExtension|MediaType $identifier): bool
{ {
try { try {