Skip to content

Commit b1dfada

Browse files
committed
SnakRole is not an interface
1 parent 9a39fc5 commit b1dfada

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Snak/SnakRole.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
* @licence GNU GPL v2+
1111
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1212
*/
13-
interface SnakRole {
13+
class SnakRole {
1414

1515
const MAIN_SNAK = 0;
1616
const QUALIFIER = 1;
1717

18+
private function __construct() {
19+
}
20+
1821
}

0 commit comments

Comments
 (0)