blob: 77e037cb58d5acc48e5eb675c337fc2acff1d3f3 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3if (\PHP_VERSION_ID < 80000) {
4 interface Stringable
5 {
6 /**
7 * @return string
8 */
9 public function __toString();
10 }
11}