File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ServiceTag implements ServiceTagInterface
2525 protected $ name ;
2626
2727 /**
28- * @var array<string, string|int|float|bool >
28+ * @var array<string, mixed >
2929 */
3030 protected $ attributes = [];
3131
@@ -47,7 +47,7 @@ public function getName(): string
4747 }
4848
4949 /**
50- * @return array<string, string|int|float|bool >
50+ * @return array<string, mixed >
5151 */
5252 public function getAttributes (): array
5353 {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ interface ServiceTagInterface
99 public function getName (): string ;
1010
1111 /**
12- * @return array<string, string|int|float|bool >
12+ * @return array<string, mixed >
1313 */
1414 public function getAttributes (): array ;
1515}
You can’t perform that action at this time.
0 commit comments