@@ -141,12 +141,12 @@ public function add(ErrorInterface $error): self
141141     */ 
142142    public  function  addDataError (
143143        string  $ title
144-         string  $ detailnull ,
145-         string  $ statusnull ,
144+         ? string  $ detailnull ,
145+         ? string  $ statusnull ,
146146        $ idxnull ,
147-         LinkInterface $ aboutLinknull ,
147+         ? LinkInterface $ aboutLinknull ,
148148        ?iterable  $ typeLinksnull ,
149-         string  $ codenull ,
149+         ? string  $ codenull ,
150150        bool  $ hasMetafalse ,
151151        $ metanull 
152152    ): self 
@@ -181,12 +181,12 @@ public function addDataError(
181181     */ 
182182    public  function  addDataTypeError (
183183        string  $ title
184-         string  $ detailnull ,
185-         string  $ statusnull ,
184+         ? string  $ detailnull ,
185+         ? string  $ statusnull ,
186186        $ idxnull ,
187-         LinkInterface $ aboutLinknull ,
187+         ? LinkInterface $ aboutLinknull ,
188188        ?iterable  $ typeLinksnull ,
189-         string  $ codenull ,
189+         ? string  $ codenull ,
190190        bool  $ hasMetafalse ,
191191        $ metanull 
192192    ): self 
@@ -221,12 +221,12 @@ public function addDataTypeError(
221221     */ 
222222    public  function  addDataIdError (
223223        string  $ title
224-         string  $ detailnull ,
225-         string  $ statusnull ,
224+         ? string  $ detailnull ,
225+         ? string  $ statusnull ,
226226        $ idxnull ,
227-         LinkInterface $ aboutLinknull ,
227+         ? LinkInterface $ aboutLinknull ,
228228        ?iterable  $ typeLinksnull ,
229-         string  $ codenull ,
229+         ? string  $ codenull ,
230230        bool  $ hasMetafalse ,
231231        $ metanull 
232232    ): self 
@@ -261,12 +261,12 @@ public function addDataIdError(
261261     */ 
262262    public  function  addAttributesError (
263263        string  $ title
264-         string  $ detailnull ,
265-         string  $ statusnull ,
264+         ? string  $ detailnull ,
265+         ? string  $ statusnull ,
266266        $ idxnull ,
267-         LinkInterface $ aboutLinknull ,
267+         ? LinkInterface $ aboutLinknull ,
268268        ?iterable  $ typeLinksnull ,
269-         string  $ codenull ,
269+         ? string  $ codenull ,
270270        bool  $ hasMetafalse ,
271271        $ metanull 
272272    ): self 
@@ -305,12 +305,12 @@ public function addAttributesError(
305305    public  function  addDataAttributeError (
306306        $ name
307307        string  $ title
308-         string  $ detailnull ,
309-         string  $ statusnull ,
308+         ? string  $ detailnull ,
309+         ? string  $ statusnull ,
310310        $ idxnull ,
311-         LinkInterface $ aboutLinknull ,
311+         ? LinkInterface $ aboutLinknull ,
312312        ?iterable  $ typeLinksnull ,
313-         string  $ codenull ,
313+         ? string  $ codenull ,
314314        bool  $ hasMetafalse ,
315315        $ metanull 
316316    ): self 
@@ -345,12 +345,12 @@ public function addDataAttributeError(
345345     */ 
346346    public  function  addRelationshipsError (
347347        string  $ title
348-         string  $ detailnull ,
349-         string  $ statusnull ,
348+         ? string  $ detailnull ,
349+         ? string  $ statusnull ,
350350        $ idxnull ,
351-         LinkInterface $ aboutLinknull ,
351+         ? LinkInterface $ aboutLinknull ,
352352        ?iterable  $ typeLinksnull ,
353-         string  $ codenull ,
353+         ? string  $ codenull ,
354354        bool  $ hasMetafalse ,
355355        $ metanull 
356356    ): self 
@@ -389,12 +389,12 @@ public function addRelationshipsError(
389389    public  function  addRelationshipError (
390390        $ name
391391        string  $ title
392-         string  $ detailnull ,
393-         string  $ statusnull ,
392+         ? string  $ detailnull ,
393+         ? string  $ statusnull ,
394394        $ idxnull ,
395-         LinkInterface $ aboutLinknull ,
395+         ? LinkInterface $ aboutLinknull ,
396396        ?iterable  $ typeLinksnull ,
397-         string  $ codenull ,
397+         ? string  $ codenull ,
398398        bool  $ hasMetafalse ,
399399        $ metanull 
400400    ): self 
@@ -433,12 +433,12 @@ public function addRelationshipError(
433433    public  function  addRelationshipTypeError (
434434        $ name
435435        string  $ title
436-         string  $ detailnull ,
437-         string  $ statusnull ,
436+         ? string  $ detailnull ,
437+         ? string  $ statusnull ,
438438        $ idxnull ,
439-         LinkInterface $ aboutLinknull ,
439+         ? LinkInterface $ aboutLinknull ,
440440        ?iterable  $ typeLinksnull ,
441-         string  $ codenull ,
441+         ? string  $ codenull ,
442442        bool  $ hasMetafalse ,
443443        $ metanull 
444444    ): self 
@@ -477,12 +477,12 @@ public function addRelationshipTypeError(
477477    public  function  addRelationshipIdError (
478478        $ name
479479        string  $ title
480-         string  $ detailnull ,
481-         string  $ statusnull ,
480+         ? string  $ detailnull ,
481+         ? string  $ statusnull ,
482482        $ idxnull ,
483-         LinkInterface $ aboutLinknull ,
483+         ? LinkInterface $ aboutLinknull ,
484484        ?iterable  $ typeLinksnull ,
485-         string  $ codenull ,
485+         ? string  $ codenull ,
486486        bool  $ hasMetafalse ,
487487        $ metanull 
488488    ): self 
@@ -521,12 +521,12 @@ public function addRelationshipIdError(
521521    public  function  addQueryParameterError (
522522        string  $ name
523523        string  $ title
524-         string  $ detailnull ,
525-         string  $ statusnull ,
524+         ? string  $ detailnull ,
525+         ? string  $ statusnull ,
526526        $ idxnull ,
527-         LinkInterface $ aboutLinknull ,
527+         ? LinkInterface $ aboutLinknull ,
528528        ?iterable  $ typeLinksnull ,
529-         string  $ codenull ,
529+         ? string  $ codenull ,
530530        bool  $ hasMetafalse ,
531531        $ metanull 
532532    ): self 
@@ -557,12 +557,12 @@ public function addQueryParameterError(
557557    protected  function  addResourceError (
558558        string  $ title
559559        string  $ pointer
560-         string  $ detailnull ,
561-         string  $ statusnull ,
560+         ? string  $ detailnull ,
561+         ? string  $ statusnull ,
562562        $ idxnull ,
563-         LinkInterface $ aboutLinknull ,
563+         ? LinkInterface $ aboutLinknull ,
564564        ?iterable  $ typeLinksnull ,
565-         string  $ codenull ,
565+         ? string  $ codenull ,
566566        bool  $ hasMetafalse ,
567567        $ metanull 
568568    ): self 
0 commit comments