Skip to content

Commit caa8652

Browse files
committed
Suppress linter warn
1 parent 37c8e37 commit caa8652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/include/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php /** @noinspection PhpFullyQualifiedNameUsageInspection */
22

33
define('REQUEST_MICROTIME', microtime(true)); // 開始タイムスタンプ(ミリ秒含む)
44
define('APP_DIR', realpath(__DIR__ . '/../../') . '/'); // APPディレクトリのパス

app/src/include/common_functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php /** @noinspection PhpFullyQualifiedNameUsageInspection */
22
// the file will be load by composer autoloader.
33

44
/**

0 commit comments

Comments
 (0)