@@ -8,17 +8,17 @@ |
||
8 | 8 | */ |
9 | 9 | interface Stringable |
10 | 10 | { |
11 | - /** |
|
12 | - * Get the string representation of the type. |
|
13 | - * |
|
14 | - * @return string |
|
15 | - */ |
|
16 | - public function string(): string; |
|
11 | + /** |
|
12 | + * Get the string representation of the type. |
|
13 | + * |
|
14 | + * @return string |
|
15 | + */ |
|
16 | + public function string(): string; |
|
17 | 17 | |
18 | - /** |
|
19 | - * |
|
20 | - * @inheritdoc |
|
21 | - * @return string |
|
22 | - */ |
|
23 | - public function __toString(): string; |
|
18 | + /** |
|
19 | + * |
|
20 | + * @inheritdoc |
|
21 | + * @return string |
|
22 | + */ |
|
23 | + public function __toString(): string; |
|
24 | 24 | } |