Install github api

This commit is contained in:
Jay Trees 2022-01-21 09:23:52 +01:00
parent 4d22238cee
commit 18a06dccba
589 changed files with 68631 additions and 10 deletions

View file

@ -0,0 +1,11 @@
<?php
if (\PHP_VERSION_ID < 80000) {
interface Stringable
{
/**
* @return string
*/
public function __toString();
}
}