mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 04:04:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
0d63a5b79c
commit
8c89c2bf72
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
if (! function_exists('uses_trait')) {
|
||||
/** Check if a class or an object uses the specified trait. */
|
||||
function uses_trait(object|string $class, string $trait): bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue