File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -610,10 +610,8 @@ public function withIris(string|array $iris): static
610610
611611 /**
612612 * Whether to generate a skolem iri on anonymous resources.
613- *
614- * @return bool|null
615613 */
616- public function getGenId ()
614+ public function getGenId (): ? bool
617615 {
618616 return $ this ->genId ;
619617 }
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ class HttpOperation extends Operation
3030 public const METHOD_OPTIONS = 'OPTIONS ' ;
3131
3232 /** @var array<int|string, string|string[]>|null */
33- protected ? array $ formats ;
33+ protected $ formats ;
3434 /** @var array<int|string, string|string[]>|null */
35- protected ? array $ inputFormats ;
35+ protected $ inputFormats ;
3636 /** @var array<int|string, string|string[]>|null */
37- protected ? array $ outputFormats ;
37+ protected $ outputFormats ;
3838
3939 /**
4040 * @param string[]|null $types the RDF types of this property
You can’t perform that action at this time.
0 commit comments