Throws fatal errors if PHP older than 5.3
The plugin throws a fatal error during the activation because the use of late static bindings in critic-init.php, which means it cant be used with PHP versions older than 5.3.
I'm doing some tests now, replacing the static with self.