Skip to content

Commit

Permalink
Fix doc block param types.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 8, 2016
1 parent bae4a11 commit 657b1a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/TestTask.php
Expand Up @@ -367,7 +367,7 @@ public function getTestableMethods($className) {
* Generate the list of fixtures that will be required to run this test based on
* loaded models.
*
* @param object $subject The object you want to generate fixtures for.
* @param CakeObject $subject The object you want to generate fixtures for.
* @return array Array of fixtures to be included in the test.
*/
public function generateFixtureList($subject) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php
Expand Up @@ -66,7 +66,7 @@ public function listSources() {
/**
* Returns the schema for the datasource to enable create/update
*
* @param object $Model
* @param Model $Model
* @return array
*/
public function describe(Model $Model) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php
Expand Up @@ -38,7 +38,7 @@ public function setSocket(CakeSocket $socket) {
/**
* Helper to change the CakeEmail
*
* @param object $cakeEmail An email object.
* @param CakeEmail $cakeEmail An email object.
* @return void
*/
public function setCakeEmail($cakeEmail) {
Expand Down

0 comments on commit 657b1a1

Please sign in to comment.