Skip to content

Commit

Permalink
Merge pull request #332 from okapon/bp-fix-typo
Browse files Browse the repository at this point in the history
[best practice] Fix typo
  • Loading branch information
hidenorigoto committed Nov 17, 2014
2 parents f1a8a17 + fa8b7b0 commit a1ba7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions best_practices/business-logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ Symfony にはデフォルトではデータフィクスチャー機能は存在
コーディング規約
----------------

Symfonh のソースコードは、 PHP コミュニティで定められた `PSR-1`_ と `PRS-2`_ のコーディング規約に
Symfony のソースコードは、 PHP コミュニティで定められた `PSR-1`_ と `PRS-2`_ のコーディング規約に
従っています。詳しくは `Symfonyのコーディング規約`_ を読んでください。
または、`PHP-CS-Fixer`_ コマンドを使うこともできます。PHP-CS-Fixerはコードベース全体のコーディング規約を
ほんのの数秒で修正することができるコマンドラインツールです
ほんの数秒で修正することができるコマンドラインツールです

.. _`完全な定義`: http://en.wikipedia.org/wiki/Business_logic
.. _`Doctrine`: http://www.doctrine-project.org/
Expand Down

0 comments on commit a1ba7bf

Please sign in to comment.