This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mahdihty
/
liwo
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
5
Branches
0
Tags
1.4 MiB
PHP
95.8%
Blade
4%
Tree:
3adaad5066
mahdi
masoud
master
mohammad
nima
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3adaad5066'
${ noResults }
liwo
/
app
/
Statists
/
Pipe.php
8 lines
106 B
Raw
Blame
History
<
?
php
namespace
App\Statists
;
interface
Pipe
{
public
function
handle
(
&
$content
,
\Closure
$next
);
}
Reference in new issue