From a41f5673bc1b89b5ccac608287747289e35ce0ed Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 20 Dec 2018 22:45:54 +0100 Subject: [PATCH] #7527 automated CS checks --- tests/Doctrine/Performance/EntityManagerFactory.php | 7 ++++++- .../Query/QueryBoundParameterProcessingBench.php | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/Doctrine/Performance/EntityManagerFactory.php b/tests/Doctrine/Performance/EntityManagerFactory.php index d759506e4..0e891875d 100644 --- a/tests/Doctrine/Performance/EntityManagerFactory.php +++ b/tests/Doctrine/Performance/EntityManagerFactory.php @@ -1,5 +1,7 @@ parsedQueryWithDeclaredParameterType->execute(); } } -