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