Skip to content

Commit

Permalink
Merge pull request #2700 from SvenLiekens/fix-node-repo-return-typehint
Browse files Browse the repository at this point in the history
[NodeBundle] Fix NodeRepository getNodeByInternalName return typehint
  • Loading branch information
acrobat committed Jun 26, 2020
2 parents e7fa412 + 7e726a3 commit 6646540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunstmaan/NodeBundle/Repository/NodeRepository.php
Expand Up @@ -502,7 +502,7 @@ public function getNodesByInternalName(
*
* @param string $internalName The internal name of the node
*
* @return Node
* @return null|Node
*/
public function getNodeByInternalName($internalName)
{
Expand Down

0 comments on commit 6646540

Please sign in to comment.