diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-02 15:20:02 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-02 15:20:02 +0300 |
commit | fceec08ec2f48ae955dd44d68a1a9b694c76b0a1 (patch) | |
tree | 597f206f14887f661a31e54094603a901be988ec | |
parent | bd9e278d27460efb580afdab5dc1d061103c274b (diff) | |
download | tool_managertokens-fceec08ec2f48ae955dd44d68a1a9b694c76b0a1.tar.xz tool_managertokens-fceec08ec2f48ae955dd44d68a1a9b694c76b0a1.zip |
Correcting code analyzer errors
-rw-r--r-- | lang/en/tool_managertokens.php | 4 | ||||
-rw-r--r-- | settings.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/en/tool_managertokens.php b/lang/en/tool_managertokens.php index 6e35275..50ee7cb 100644 --- a/lang/en/tool_managertokens.php +++ b/lang/en/tool_managertokens.php @@ -8,11 +8,11 @@ // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Strings for component 'tool_managertokens', language 'en'. diff --git a/settings.php b/settings.php index 45d253d..3b511d2 100644 --- a/settings.php +++ b/settings.php @@ -8,11 +8,11 @@ // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Adds settings links to admin tree. |