HHVM is required to pass, minor fixes
This commit is contained in:
parent
32a01a66e8
commit
9fbf9cf82a
@ -20,8 +20,4 @@ script:
|
||||
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
@ -64,7 +64,7 @@ final class Connection_Manager {
|
||||
* Make sure serialize/deseriaze doesn't work
|
||||
* @throws DomainException
|
||||
*/
|
||||
private function __wakup()
|
||||
private function __wakeup()
|
||||
{
|
||||
throw new DomainException("Can't unserialize singleton");
|
||||
}
|
||||
|
@ -1408,7 +1408,7 @@ class Query_Builder implements Query_Builder_Interface {
|
||||
*
|
||||
* @param string $type
|
||||
* @param string $table
|
||||
* @return $string
|
||||
* @return string
|
||||
*/
|
||||
protected function _compile_type($type='', $table='')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user