From bc4982351f59649f0cdd316f81aca2b205e411cc Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 17 Jan 2024 15:24:36 +0100 Subject: [PATCH] CI: Fix style in phan config file --- tests/phan.config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phan.config.php b/tests/phan.config.php index a2ae269..b0871d9 100644 --- a/tests/phan.config.php +++ b/tests/phan.config.php @@ -80,3 +80,5 @@ 'PhanTypeObjectUnsetDeclaredProperty', ], ]; + +?>