Current Path : /proc/142261/cwd/plugins/webp-converter-for-media/src/Error/Detector/ |
Current File : //proc/142261/cwd/plugins/webp-converter-for-media/src/Error/Detector/DetectorInterface.php |
<?php namespace WebpConverter\Error\Detector; use WebpConverter\Error\Notice\NoticeInterface; /** * Interface for class that checks for configuration errors. */ interface DetectorInterface { /** * @return NoticeInterface|null */ public function get_error(); }