Skip to content

Commit

Permalink
コメントヘッダーより @Package を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Mar 30, 2023
1 parent d565780 commit cbb37b7
Show file tree
Hide file tree
Showing 400 changed files with 19 additions and 442 deletions.
1 change: 0 additions & 1 deletion plugins/BcSpaSample/src/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* Class AppController
* @package BcBlog\Controller
*/
class AppController extends BaseController
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Annotation/Checked.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

/**
* Class Checked
* @package BaserCore\Annotation
* @Annotation
*/
final class Checked
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Annotation/Doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Class Doc
* @package BaserCore\Annotation
* @Annotation
*/
final class Doc
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Annotation/NoTodo.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Class NoTodo
* @package BaserCore\Annotation
* @Annotation
*/
final class NoTodo
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Annotation/Note.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Class UnitTest
* @package BaserCore\Annotation
* @Annotation
*/
final class Note
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Annotation/UnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Class UnitTest
* @package BaserCore\Annotation
* @Annotation
*/
final class UnitTest
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/BcPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

/**
* Class plugin
* @package BaserCore
*/
class BcPlugin extends BasePlugin
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/**
* Class PermissionsController
*
* @package BaserCore\Controller\Admin
* @property UserGroupsTable $UserGroups
* @property PermissionsTable $Permissions
* @property AuthenticationComponent $Authentication
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Controller/Api/ThemesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*
* https://localhost/baser/api/baser-core/themes/action_name.json で呼び出す
*
* @package BaserCore\Controller\Api
*/
class ThemesController extends BcApiController
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Controller/BcFormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

/**
* Class BcFormController
* @package BaserCore\Controller
*/
class BcFormController extends AppController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* - フロントエンドでコンテンツデータを設定
* Controller / View にて、$this->request->getAttribute('currentContent') で参照できる
*
* @package BaserCore\Controller\Component
* @property Controller $_Controller
* @property ServerRequest $Request
* @property ContentsServiceInterface $ContentsService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/**
* Class BcMessageComponent
* 表示面へのメッセージをコントロールする為のコンポーネント
* @package BaserCore\Controller\Component
* @property FlashComponent $Flash
*/
class BcMessageComponent extends Component
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Error/BcException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
* CakeException 拡張クラス
*
* @package BaserCore.Error
*/
class BcException extends CakeException
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Event/BcContainerEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
* Class BcContainerEventListener
* @package BaserCore\Event
*/
class BcContainerEventListener implements EventListenerInterface
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Event/BcContentsEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* 階層コンテンツと連携したフォーム画面を表示する為のイベント
* BcContentsComponent でコントロールされる
*
* @package Baser.Event
*/
class BcContentsEventListener extends BcEventListener
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
* Class PasswordRequestMailer
* @package BaserCore\Mailer
*/
class PasswordRequestMailer extends BcAdminMailer
{
Expand Down
3 changes: 1 addition & 2 deletions plugins/baser-core/src/Mailer/BcMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

/**
* Class BcMailer
* @package BaserCore\Mailer
*/
*/
class BcMailer extends Mailer
{

Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Middleware/BcAssetDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* /app/View/webroot/css/style.css
* /lib/Baser/View/webroot/css/style.css
*
* @package Baser.Routing.Filter
*/
class BcAssetDispatcher implements MiddlewareInterface
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Middleware/BcCacheDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/**
* Class BcCacheDispatcher
*
* @package Baser.Routing.Filter
*/
class BcCacheDispatcher implements MiddlewareInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*
* ユーザーエージェントにより、関連するサブサイトにリダイレクトを行う
*
* @package Baser.Routing.Filter
*/
class BcRedirectSubSiteFilter implements MiddlewareInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

/**
* Class BcContentsBehavior
* @package BaserCore\Model\Behavior
*/
class BcContentsBehavior extends Behavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

/**
* Class BcKeyValueBehavior
* @package BaserCore\Model\Table
*/
class BcKeyValueBehavior extends Behavior
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/Dblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* Class Dblog
* @package BaserCore\Model\Entity
* @property int $id
* @property string $message
* @property string $user_id
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* Class Page
* @package BaserCore\Model\Entity
* @property int $id
* @property string $contents
* @property string $draft
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/PasswordRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
* Class PasswordRequest
* @package BaserCore\Model\Entity
* @property int $id
* @property int $user_id
* @property string $request_key
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* Class Permission
* @package BaserCore\Model\Entity
* @property int $id
* @property int $no
* @property int $sort
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* Class Plugin
* @package BaserCore\Model\Entity
* @property int $id
* @property string $name
* @property string|null $title
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
* Class Site
* @package BaserCore\Model\Entity
* @property int $id
* @property string $name
* @property int $main_site_id
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
* Class SiteConfig
* @package BaserCore\Model\Entity
*/
class SiteConfig extends EntityAlias
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* Class User
* @package BaserCore\Model\Entity
* @property int $id
* @property string $name
* @property string $password
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Entity/UserGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
* Class UserGroup
* @package BaserCore\Model\Entity
* @property int $id
* @property string $name
* @property string|null $title
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/AppTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

/**
* Class AppTable
* @package BaserCore\Model\Table
*/
class AppTable extends Table
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/ContentFoldersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

/**
* Class ContentFoldersTable
* @package BaserCore\Model\Table
*/
class ContentFoldersTable extends AppTable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
* Class CopyFailedException
* @package BaserCore\Model\Table\Execption
* @property array $errors
*/
class CopyFailedException extends Exception
Expand Down Expand Up @@ -56,4 +55,4 @@ public function getErrors()
{
return $this->errors;
}
}
}
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/LoginStoresTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* Class LoginStoresTable
* @package BaserCore\Model\Table
*/
class LoginStoresTable extends AppTable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* Class UsersTable
* @package BaserCore\Model\Table
* @property BelongsTo $UserGroups
* @method User get($primaryKey, $options = [])
* @method User newEntity($data = null, array $options = [])
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/PermissionsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Class PermissionTable
*
* @package BaserCore\Model\Table
*/
class PermissionsTable extends AppTable
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/PluginsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

/**
* Class PluginsTable
* @package BaserCore\Model\Table
*/
class PluginsTable extends AppTable
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/SiteConfigsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
* システム設定モデル
*
* @package BaserCore\Model\Table
* @method SiteConfig newEntity($data = null, array $options = [])
* @method BcKeyValueBehavior saveValue($key, $value)
*/
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/SitesTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
*
* サイトモデル
* @method Site newEntity($data = null, array $options = [])
* @package Baser.Model
*/
class SitesTable extends AppTable
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/ToolsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
* ツールモデル
*
* @package Baser.Model
*/
class ToolsTable extends AppTable
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/UserGroupsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

/**
* Class UserGroupsTable
* @package BaserCore\Model\Table
* @property UsersTable&BelongsToMany $Users
* @method UserGroup newEmptyEntity()
* @method UserGroup newEntity(array $data, array $options = [])
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/UsersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

/**
* Class UsersTable
* @package BaserCore\Model\Table
* @property BelongsTo $UserGroups
* @method User get($primaryKey, $options = [])
* @method User newEntity($data = null, array $options = [])
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Validation/BcValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* Class BcValidation
* @package BaserCore\Model\Validation
*/
class BcValidation extends Validation
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Validation/PageValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
* Class PageValidation
* @package BaserCore\Model\Validation
*/
class PageValidation extends Validation
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
* Class SiteConfigValidation
* @package BaserCore\Model\Validation
*/
class SiteConfigValidation extends Validation
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Validation/SiteValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

/**
* Class SiteValidation
* @package BaserCore\Model\Validation
*/
class SiteValidation extends Validation
{
Expand Down
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Validation/UserValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/**
* Class UserValidation
* @package BaserCore\Model\Validation
*/
class UserValidation extends Validation
{
Expand Down
Loading

0 comments on commit cbb37b7

Please sign in to comment.