From 3dd3ecaff8cfa015a48cfd88ffa7ebed28ec2298 Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Sun, 24 Jun 2012 23:29:14 -0400 Subject: [PATCH] Updated dependency libraries with latest versions of related tools. --- lib/vendor/Symfony/Component/Console | 2 +- lib/vendor/Symfony/Component/Yaml | 2 +- lib/vendor/doctrine-build-common | 2 +- lib/vendor/doctrine-common | 2 +- lib/vendor/doctrine-dbal | 2 +- tests/Doctrine/Tests/Mocks/HydratorMockStatement.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/vendor/Symfony/Component/Console b/lib/vendor/Symfony/Component/Console index 3762cec59..956147352 160000 --- a/lib/vendor/Symfony/Component/Console +++ b/lib/vendor/Symfony/Component/Console @@ -1 +1 @@ -Subproject commit 3762cec59aaecf1e55ed92b2b0b3e7f2d602d09a +Subproject commit 956147352c2666287b39be57a50d98750a772160 diff --git a/lib/vendor/Symfony/Component/Yaml b/lib/vendor/Symfony/Component/Yaml index c3e1d03ef..8272d98f8 160000 --- a/lib/vendor/Symfony/Component/Yaml +++ b/lib/vendor/Symfony/Component/Yaml @@ -1 +1 @@ -Subproject commit c3e1d03effe339de6940f69a4d0278ea34665702 +Subproject commit 8272d98f8087878db37e8e5f6d4e37c5cc783dc3 diff --git a/lib/vendor/doctrine-build-common b/lib/vendor/doctrine-build-common index 5812b7acd..c9ff83d71 160000 --- a/lib/vendor/doctrine-build-common +++ b/lib/vendor/doctrine-build-common @@ -1 +1 @@ -Subproject commit 5812b7acdc962196140e6b9f7a4758fb6d6f4933 +Subproject commit c9ff83d716d56a82b3c15733ea7d180b8619d9d9 diff --git a/lib/vendor/doctrine-common b/lib/vendor/doctrine-common index 4ac23ae87..8df9cdf3b 160000 --- a/lib/vendor/doctrine-common +++ b/lib/vendor/doctrine-common @@ -1 +1 @@ -Subproject commit 4ac23ae8737fe7b95a7dd0f1346dbd48c7a503b0 +Subproject commit 8df9cdf3b921a3b59bbba51d5ba9063509ef6a1a diff --git a/lib/vendor/doctrine-dbal b/lib/vendor/doctrine-dbal index b8d8d9535..2cac730bf 160000 --- a/lib/vendor/doctrine-dbal +++ b/lib/vendor/doctrine-dbal @@ -1 +1 @@ -Subproject commit b8d8d9535472ea805f14187343f80ac6cb3c2614 +Subproject commit 2cac730bf48b384e3fdb4daf7d7847e3e42c5684 diff --git a/tests/Doctrine/Tests/Mocks/HydratorMockStatement.php b/tests/Doctrine/Tests/Mocks/HydratorMockStatement.php index 83e978f06..297d41ee3 100644 --- a/tests/Doctrine/Tests/Mocks/HydratorMockStatement.php +++ b/tests/Doctrine/Tests/Mocks/HydratorMockStatement.php @@ -104,7 +104,7 @@ class HydratorMockStatement implements \IteratorAggregate, \Doctrine\DBAL\Driver return $this->_resultSet; } - public function setFetchMode($fetchMode) + public function setFetchMode($fetchStyle, $arg2 = null, $arg3 = null) { }