Skip to content

Commit 1303889

Browse files
committed
Merge pull request #585 from wmde/snakRoleInterface
SnakRole is not an interface
2 parents 9a39fc5 + b1dfada commit 1303889

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)