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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user