From 3e208c47c92ae15e80b290c1a0630be2212b53b2 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 23 Nov 2023 12:34:41 +0100 Subject: [PATCH] Consistent comments --- src/ifmarchive.php | 2 +- src/main.php | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/ifmarchive.php b/src/ifmarchive.php index 703cc0d..d574345 100644 --- a/src/ifmarchive.php +++ b/src/ifmarchive.php @@ -16,7 +16,7 @@ * * tar * * tar.gz * * tar.bz2 -*/ + */ class IFMArchive { diff --git a/src/main.php b/src/main.php index 4ad7f45..4a8ba4e 100644 --- a/src/main.php +++ b/src/main.php @@ -1,14 +1,13 @@