/var/lib/jenkins/workspace/Puyo-php7/src/Puyo
Security
Csrf
Strategy
IStrategy.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
namespace
Puyo
\
Security
\
Csrf
\
Strategy
;
3
4
interface
IStrategy
5
{
6
/**
7
* @return string
8
*/
9
public
function
createToken
(
)
;
10
}