Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 12, 2014
1 parent b9da906 commit 56dd533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ Type
Typehinting
-----------

We only typehint public methods - and it should only be done with objects and arrays.
All other types are currently not well implemented in PHP.
Arguments that expect objects or arrays can be typehinted.
We only typehint public methods, though, as typehinting is not cost-free.

/**
* Some method description.
Expand Down

0 comments on commit 56dd533

Please sign in to comment.