From 1b2e51643d9d63bc99f1781939d8763dfe3d31c1 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Thu, 16 Apr 2015 15:16:46 +0200 Subject: [PATCH] s/classes/methods/ --- lib/SimpleSAML/Utils/Arrays.php | 2 +- lib/SimpleSAML/Utils/Net.php | 2 +- lib/SimpleSAML/Utils/System.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SimpleSAML/Utils/Arrays.php b/lib/SimpleSAML/Utils/Arrays.php index db9582361..029ee8923 100644 --- a/lib/SimpleSAML/Utils/Arrays.php +++ b/lib/SimpleSAML/Utils/Arrays.php @@ -2,7 +2,7 @@ /** - * Array-related utility classes. + * Array-related utility methods. * * @package SimpleSAMLphp */ diff --git a/lib/SimpleSAML/Utils/Net.php b/lib/SimpleSAML/Utils/Net.php index 1ab1c1ad3..4f9eb1061 100644 --- a/lib/SimpleSAML/Utils/Net.php +++ b/lib/SimpleSAML/Utils/Net.php @@ -2,7 +2,7 @@ /** - * Net-related utility classes. + * Net-related utility methods. * * @package SimpleSAMLphp */ diff --git a/lib/SimpleSAML/Utils/System.php b/lib/SimpleSAML/Utils/System.php index 5a39f478f..59da67bdb 100644 --- a/lib/SimpleSAML/Utils/System.php +++ b/lib/SimpleSAML/Utils/System.php @@ -2,7 +2,7 @@ /** - * System-related utility classes. + * System-related utility methods. * * @package SimpleSAMLphp */ -- GitLab