Skip to content
Snippets Groups Projects
Verified Commit 70fc227f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3269215 by slucero, dpi: EntityTypeInterface::getKey() is typehinted as...

Issue #3269215 by slucero, dpi: EntityTypeInterface::getKey() is typehinted as possibly returning bool, but never returns true

(cherry picked from commit 9e8f4c8e)
parent 3231fae6
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public function getKeys();
* @param string $key
* The name of the entity key to return.
*
* @return string|bool
* @return string|false
* The entity key, or FALSE if it does not exist.
*
* @see self::getKeys()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment