@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * i.e. any of TermTypes::TYPE_LABEL, TermTypes::TYPE_DESCRIPTION, TermTypes::TYPE_ALIAS |
27 | 27 | * @param string[] $languageCodes The desired languages. |
28 | 28 | */ |
29 | - public function prefetchTerms( array $entityIds, array $termTypes, array $languageCodes ); |
|
29 | + public function prefetchTerms(array $entityIds, array $termTypes, array $languageCodes); |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Returns a term that was previously loaded by prefetchTerms. |
@@ -38,6 +38,6 @@ discard block |
||
38 | 38 | * @return string|false|null The term, or false of that term is known to not exist, |
39 | 39 | * or null if the term was not yet requested via prefetchTerms(). |
40 | 40 | */ |
41 | - public function getPrefetchedTerm( EntityId $entityId, $termType, $languageCode ); |
|
41 | + public function getPrefetchedTerm(EntityId $entityId, $termType, $languageCode); |
|
42 | 42 | |
43 | 43 | } |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param string|null $message |
25 | 25 | * @param Exception|null $previous |
26 | 26 | */ |
27 | - public function __construct( EntityId $entityId, $message = null, ?Exception $previous = null ) { |
|
27 | + public function __construct(EntityId $entityId, $message = null, ?Exception $previous = null) { |
|
28 | 28 | $this->entityId = $entityId; |
29 | 29 | |
30 | 30 | parent::__construct( |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param string|null $message |
25 | 25 | * @param Exception|null $previous |
26 | 26 | */ |
27 | - public function __construct( EntityId $entityId, $message = null, ?Exception $previous = null ) { |
|
27 | + public function __construct(EntityId $entityId, $message = null, ?Exception $previous = null) { |
|
28 | 28 | $this->entityId = $entityId; |
29 | 29 | |
30 | 30 | parent::__construct( |