File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,10 +196,10 @@ public function getId(): string
196
196
}
197
197
198
198
/**
199
- * @param string $parentId
199
+ * @param string|null $parentId
200
200
* @return static
201
201
*/
202
- public function setParentId (string $ parentId = null )
202
+ public function setParentId (? string $ parentId = null )
203
203
{
204
204
$ this ->parentId = $ parentId ;
205
205
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ public static function getInstance()
46
46
}
47
47
48
48
/**
49
- * @param string $traceHeader
49
+ * @param string|null $traceHeader
50
50
* @return static
51
51
*/
52
- public function setTraceHeader (string $ traceHeader = null )
52
+ public function setTraceHeader (? string $ traceHeader = null )
53
53
{
54
54
if ($ traceHeader === null ) {
55
55
return $ this ;
You can’t perform that action at this time.
0 commit comments