Fix coding style with phpcs PSR-12 standard
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
b77ffd7f38
commit
39ae737fa1
30 changed files with 264 additions and 205 deletions
|
|
@ -4,11 +4,10 @@ namespace Arendsen\FluxQueryBuilder\Exception;
|
|||
|
||||
use Exception;
|
||||
|
||||
class FunctionRequiredSettingMissingException extends Exception {
|
||||
|
||||
class FunctionRequiredSettingMissingException extends Exception
|
||||
{
|
||||
public function __construct(string $functionName, string $message)
|
||||
{
|
||||
parent::__construct('Function ' . $functionName . ' - ' . $message);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue