phpdoc & formatting improvements

This commit is contained in:
Steffen Schröder
2014-10-24 20:20:12 +02:00
parent 354ab0bcdd
commit b25171657c
7 changed files with 104 additions and 45 deletions

View File

@ -14,4 +14,4 @@ interface Weapons {
const ROCKET = 2;
const NUCLEUS = 3;
const ARROW = 5;
}
}