Skip to content

Commit

Permalink
アノテーション漏れを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 9, 2023
1 parent 28e8f50 commit 0fd210f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/baser-core/src/Controller/MaintenanceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

namespace BaserCore\Controller;

use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* メンテナンスコントローラー
*/
Expand Down
3 changes: 3 additions & 0 deletions plugins/baser-core/src/Error/BcFormFailedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
use Cake\Utility\Hash;
use Cake\Validation\ValidatorAwareInterface;
use Throwable;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* BcFormFailedException
Expand Down
3 changes: 3 additions & 0 deletions plugins/baser-core/src/Event/BcEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

use Cake\Event\Event;
use Cake\Event\EventManager;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* Class BcEventDispatcher
Expand Down
3 changes: 3 additions & 0 deletions plugins/baser-core/src/Event/BcEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
use Cake\Event\EventListenerInterface;
use Cake\Routing\Router;
use Cake\Utility\Inflector;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* Class BcEventListener
Expand Down
3 changes: 3 additions & 0 deletions plugins/baser-core/src/Event/BcShortCodeEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Cake\Event\Event;
use Cake\Event\EventListenerInterface;
use Cake\View\View;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* Class BcShortCodeEventListener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
use Authentication\Identifier\Resolver\OrmResolver;
use Authentication\Identifier\Resolver\ResolverInterface;
use Cake\Datasource\EntityInterface;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* PrefixOrmResolver
Expand Down
3 changes: 3 additions & 0 deletions plugins/baser-core/src/Mailer/BcMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
use Cake\Mailer\Mailer;
use Cake\Mailer\TransportFactory;
use Cake\Routing\Router;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* Class BcMailer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
use Cake\Datasource\EntityInterface;
use Cake\Http\ServerRequest;
use Cake\ORM\TableRegistry;
use BaserCore\Annotation\UnitTest;
use BaserCore\Annotation\NoTodo;
use BaserCore\Annotation\Checked;

/**
* PermissionsAdminService
Expand Down

0 comments on commit 0fd210f

Please sign in to comment.