Skip to content

Commit

Permalink
Fix up class names in doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark S committed Sep 18, 2016
1 parent 39a83c8 commit c3a4594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/ORM/TableRegistryTest.php
Expand Up @@ -26,7 +26,7 @@ class TableRegistryTest extends TestCase
/**
* Original TableLocator.
*
* @var Cake\ORM\Locator\LocatorInterface
* @var \Cake\ORM\Locator\LocatorInterface
*/
protected $_originalLocator;

Expand Down Expand Up @@ -56,7 +56,7 @@ public function tearDown()
/**
* Sets and returns mock LocatorInterface instance.
*
* @return Cake\ORM\Locator\LocatorInterface
* @return \Cake\ORM\Locator\LocatorInterface|\PHPUnit_Framework_MockObject_MockObject
*/
protected function _setMockLocator()
{
Expand Down

0 comments on commit c3a4594

Please sign in to comment.