sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| <ruleset name="PHP_Codeer" xsi:noNamespaceSchemaLocation="phpcs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <description>The coding standard for PHP_Codeer itself.</description> | |
| <!-- Files --> | |
| <file>bin</file> | |
| <file>src</file> | |
| <!-- Excludes --> | |
| <exclude-pattern>vendor/</exclude-pattern> |
| <?php | |
| namespace Tests\Concerns; | |
| use App\Models\User; | |
| use Tymon\JWTAuth\Facades\JWTAuth; | |
| trait AttachJwtToken | |
| { | |
| /** |