Mark Scherer 9 年 前
コミット
4176da09c9

+ 3 - 0
tests/TestCase/Controller/Component/CommonComponentTest.php

@@ -197,6 +197,9 @@ class CommonComponentTest extends TestCase {
  */
 class CommonComponentTestController extends Controller {
 
+	/**
+	 * @var string
+	 */
 	public $name = 'MyController';
 
 	/**