From 6ec5208620abdfd65a51bbf71c8f7d7fa8c36847 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 5 Apr 2024 12:35:28 +0200 Subject: [PATCH] Fix code style --- ContainerAwareInterface.php | 24 +++++++++++++++++------- Tests/ProphecyTrait.php | 9 +++++++++ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/ContainerAwareInterface.php b/ContainerAwareInterface.php index 45a680b..396ce79 100644 --- a/ContainerAwareInterface.php +++ b/ContainerAwareInterface.php @@ -1,17 +1,27 @@