Skip to content

Commit 6c30103

Browse files
committed
textlintエラー修正: 静的 → static
1 parent e3dfcf9 commit 6c30103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appendices/migration84/other-changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
ビルドされる内容は、
290290
<filename class="headerfile">ibase.h</filename> 内の
291291
<constant>FB_API_VER</constant> の値によって変わります。
292-
この情報を取得するために新しい静的メソッド <methodname>Pdo\Firebird::getApiVersion</methodname>
292+
この情報を取得するために新しい static メソッド <methodname>Pdo\Firebird::getApiVersion</methodname>
293293
が追加されました。
294294
この情報は <function>phpinfo</function> からも参照できます。
295295
</simpara>

language/oop5/property-hooks.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</listitem>
2727
</orderedlist>
2828
<simpara>
29-
非静的なプロパティには <literal>get</literal> と <literal>set</literal> の2種類のフックがあります。
29+
static でないプロパティには <literal>get</literal> と <literal>set</literal> の2種類のフックがあります。
3030
それぞれ、プロパティの読み取りと書き込みの動作を上書きします。
3131
フックは、型付きプロパティ、型のないプロパティ、いずれにも利用可能です。
3232
</simpara>

0 commit comments

Comments
 (0)