Install github api
This commit is contained in:
parent
4d22238cee
commit
18a06dccba
589 changed files with 68631 additions and 10 deletions
11
vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
vendored
Normal file
11
vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if (\PHP_VERSION_ID < 80000) {
|
||||
interface Stringable
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __toString();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue