Skip to content

Commit

Permalink
chore: @noinspection ALL for 2 files that are just for demo (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Apr 13, 2023
1 parent 1657bdc commit 2986889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php /** @noinspection ALL */

namespace App\Controller\Admin;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

/** @noinspection ALL */
namespace App\EventSubscriber;

use Dukecity\CommandSchedulerBundle\Event\SchedulerCommandCreatedEvent;
Expand Down

0 comments on commit 2986889

Please sign in to comment.