Skip to content

Instantly share code, notes, and snippets.

@john555
Last active March 4, 2020 07:04
Show Gist options
  • Save john555/c3143e01e78f7729af3676228802de8d to your computer and use it in GitHub Desktop.
Save john555/c3143e01e78f7729af3676228802de8d to your computer and use it in GitHub Desktop.
<?php
interface IRequest
{
public function getBody();
}
@ukadev
Copy link

ukadev commented Dec 5, 2019

The file name has a typo error. IReqeust? :)

@john555
Copy link
Author

john555 commented Dec 9, 2019

The file name has a typo error. IReqeust? :)

Thanks for pointing this out. 👊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment