From 9fbf9cf82a3a4f84a016db5a5cc324d9b1e3ba70 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 31 Mar 2014 16:20:14 -0400 Subject: [PATCH] HHVM is required to pass, minor fixes --- .travis.yml | 6 +----- classes/connection_manager.php | 2 +- classes/query_builder.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5c1a9c..6ad079a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml \ No newline at end of file diff --git a/classes/connection_manager.php b/classes/connection_manager.php index 6581a6a..d1cb45c 100644 --- a/classes/connection_manager.php +++ b/classes/connection_manager.php @@ -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"); } diff --git a/classes/query_builder.php b/classes/query_builder.php index 282c1a8..bd72b0d 100644 --- a/classes/query_builder.php +++ b/classes/query_builder.php @@ -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='') {