From 109cfbcf95bb9a3883fe179e446c609ecbbf2ac0 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 13 Sep 2016 21:46:28 -0400 Subject: [PATCH] Fix whitespace. --- lib/Cake/TestSuite/Fixture/CakeFixtureManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php index aa9a43cad..a39b75c02 100644 --- a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php +++ b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php @@ -98,7 +98,7 @@ class CakeFixtureManager { /** * Parse the fixture path included in test cases, to get the fixture class name, and the * real fixture path including sub-directories - * + * * @param string $fixturePath the fixture path to parse * @return array containing fixture class name and optional additional path */