Browse Source

Style Fixes

Raúl Arellano 10 years ago
parent
commit
bd2ac51b93
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/TestCase/ORM/RulesCheckerIntegrationTest.php

+ 3 - 3
tests/TestCase/ORM/RulesCheckerIntegrationTest.php

@@ -415,7 +415,7 @@ class RulesCheckerIntegrationTest extends TestCase
     /**
     /**
      * ExistsIn uses the schema to verify that nullable fields are ok.
      * ExistsIn uses the schema to verify that nullable fields are ok.
      *
      *
-     * @return
+     * @return void
      */
      */
     public function testExistsInNullValue()
     public function testExistsInNullValue()
     {
     {
@@ -436,7 +436,7 @@ class RulesCheckerIntegrationTest extends TestCase
     /**
     /**
      * Test ExistsIn on not dirty field in new Entity
      * Test ExistsIn on not dirty field in new Entity
      *
      *
-     * @return
+     * @return void
      */
      */
     public function testExistsInNotNullValue()
     public function testExistsInNotNullValue()
     {
     {
@@ -459,7 +459,7 @@ class RulesCheckerIntegrationTest extends TestCase
     /**
     /**
      * Tests exists in uses the bindingKey of the association
      * Tests exists in uses the bindingKey of the association
      *
      *
-     * @return
+     * @return void
      */
      */
     public function testExistsInWithBindingKey()
     public function testExistsInWithBindingKey()
     {
     {