Browse Source

Fix up class names in doc blocks.

Mark S 9 years ago
parent
commit
c3a4594a37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/ORM/TableRegistryTest.php

+ 2 - 2
tests/TestCase/ORM/TableRegistryTest.php

@@ -26,7 +26,7 @@ class TableRegistryTest extends TestCase
     /**
      * Original TableLocator.
      *
-     * @var Cake\ORM\Locator\LocatorInterface
+     * @var \Cake\ORM\Locator\LocatorInterface
      */
     protected $_originalLocator;
 
@@ -56,7 +56,7 @@ class TableRegistryTest extends TestCase
     /**
      * Sets and returns mock LocatorInterface instance.
      *
-     * @return Cake\ORM\Locator\LocatorInterface
+     * @return \Cake\ORM\Locator\LocatorInterface|\PHPUnit_Framework_MockObject_MockObject
      */
     protected function _setMockLocator()
     {