From 962069a4fa8acf9255f30d85d26879f1df54a78d Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Fri, 11 May 2018 23:00:31 +0200 Subject: [PATCH] Removed bonus lines #11795 --- src/Database/Statement/BufferedStatement.php | 1 - src/Database/Statement/StatementDecorator.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Database/Statement/BufferedStatement.php b/src/Database/Statement/BufferedStatement.php index 0170df3dcb8..49306e4a4e8 100644 --- a/src/Database/Statement/BufferedStatement.php +++ b/src/Database/Statement/BufferedStatement.php @@ -12,7 +12,6 @@ * @since 3.0.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ - namespace Cake\Database\Statement; /** diff --git a/src/Database/Statement/StatementDecorator.php b/src/Database/Statement/StatementDecorator.php index 0e7edfe971d..e7de0303db6 100644 --- a/src/Database/Statement/StatementDecorator.php +++ b/src/Database/Statement/StatementDecorator.php @@ -12,7 +12,6 @@ * @since 3.0.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ - namespace Cake\Database\Statement; use Cake\Database\StatementInterface;