Skip to content

Commit

Permalink
phpcs quote unquote fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 23, 2024
1 parent 3b0da6f commit 7be693f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

//phpcs:disable

// Enable all errors
error_reporting(E_ALL);

Expand All @@ -8,7 +10,6 @@
require_once(__DIR__ . '/helpers/StubTransport.php');

if (!class_exists('Thread')) {
//phpcs:ignore PSR1.Classes.ClassDeclaration
class Thread
{
public function start(): void
Expand Down

0 comments on commit 7be693f

Please sign in to comment.