Skip to content

Commit

Permalink
phpcs...
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Nov 5, 2024
1 parent 6413a4c commit 65b687c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cli/sub.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

// phpcs:disable PSR1.Files.SideEffects.FoundWithSymbols
declare(strict_types=1);

error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
Expand All @@ -15,7 +16,6 @@
use PubNub\Models\ResponseHelpers\PNStatus;
use PubNub\PubNub;
use PubNub\PNConfiguration;
use PubNub\CryptoModule;

if ($argc < 2) {
echo "Usage: php sub.php <channel>\n";
Expand All @@ -34,7 +34,7 @@

$channelName = $argv[1];

// phpcs:ignore
// phpcs:ignore PSR1.Classes.ClassDeclaration
class MySubscribeCallback extends SubscribeCallback
{
/**
Expand Down

0 comments on commit 65b687c

Please sign in to comment.