Skip to content

Commit 5862682

Browse files
authored
Resource.php: added missing ) in PHP doc comment of label()
1 parent e631e9c commit 5862682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ public function primaryTopic()
680680
* is available then it will return null.
681681
*
682682
* @param string|null $lang
683-
* @param array<non-empty-string> $labelProperties List of shortened label properties (e.g. rdfs:label
683+
* @param array<non-empty-string> $labelProperties List of shortened label properties (e.g. rdfs:label)
684684
*
685685
* @return Literal|null an instance of Literal which contains the label or null
686686
*/

0 commit comments

Comments
 (0)