From 159eef8ab3d1eea4c6d697ef5262f2857e69a63f Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Sat, 2 May 2015 15:57:23 -0700 Subject: [PATCH] Issue #1811874 by Mile23, Lars Toomre: Add missing type hinting to Path module docblocks --- core/modules/path/src/Tests/PathAliasTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/path/src/Tests/PathAliasTest.php b/core/modules/path/src/Tests/PathAliasTest.php index 927400c876b1..cfdb14ac377b 100644 --- a/core/modules/path/src/Tests/PathAliasTest.php +++ b/core/modules/path/src/Tests/PathAliasTest.php @@ -269,7 +269,7 @@ function testNodeAlias() { /** * Returns the path ID. * - * @param $alias + * @param string $alias * A string containing an aliased path. * * @return int -- GitLab