Skip to content

Commit

Permalink
[fr][ja][pt] follows 2e3abe5
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Nov 7, 2016
1 parent 2e3abe5 commit f112965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fr/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ publiques car le typage prend du temps::
* @param \Cake\ORM\Table $table The table class to use.
* @param array $array Some array value.
* @param callable $callback Some callback.
* @param boolean $boolean Some boolean value.
* @param bool $boolean Some boolean value.
*/
public function foo(Table $table, array $array, callable $callback, $boolean)
{
Expand Down
2 changes: 1 addition & 1 deletion ja/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ false を、関数呼び出しが成功したかどうかを判定できるよ
* @param \Cake\ORM\Table $table 使用するテーブルクラス
* @param array $array 配列。
* @param callable $callback コールバック。
* @param boolean $boolean 真偽値。
* @param bool $boolean 真偽値。
*/
public function foo(Table $table, array $array, callable $callback, $boolean)
{
Expand Down
2 changes: 1 addition & 1 deletion pt/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Nós apenas declaramos métodos públicos, porém, o uso da declaração por tip
* @param \Cake\ORM\Table $table A classe Table a ser usada.
* @param array $array Algum valor em formato array.
* @param callable $callback Algum callback.
* @param boolean $boolean Algum valor booleano.
* @param bool $boolean Algum valor booleano.
*/
public function foo(Table $table, array $array, callable $callback, $boolean)
{
Expand Down

0 comments on commit f112965

Please sign in to comment.