Skip to content

Commit 41c44ff

Browse files
committed
Merge branch 'app' into development
# Conflicts: # boot/helpers.php
2 parents 9e713bf + 83700fc commit 41c44ff

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

boot/helpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use Framework\Helpers\ArraySimple;
1313
use Framework\HTTP\Response;
14-
use Framework\MVC\App;
1514
use Framework\MVC\Model;
1615
use Framework\Routing\Route;
1716
use Framework\Session\Session;

guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,5 @@ The more you use it, the more you will learn.
501501
.. note::
502502
Did you find something wrong?
503503
Be sure to let us know about it with an
504-
`issue <https://gitlab.com/aplus-framework/projects/app/issues>`_.
504+
`issue <https://github.com/aplus-framework/app/issues>`_.
505505
Thank you!

phpmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<ruleset name="Mess Detector">
33
<!-- cleancode -->
44
<rule ref="rulesets/cleancode.xml">
5+
<exclude name="BooleanArgumentFlag"/>
56
<exclude name="StaticAccess"/>
67
</rule>
78
<!-- codesize -->

0 commit comments

Comments
 (0)