Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elitedivision
amos-audit
Commits
6b0a5ca8
Commit
6b0a5ca8
authored
Nov 16, 2020
by
Marcello Pivanti
Browse files
Headers, fix @package
parent
58e76d87
Changes
120
Hide whitespace changes
Inline
Side-by-side
nbproject/project.properties
0 → 100644
View file @
6b0a5ca8
include.path
=
${php.global.include.path}
php.version
=
PHP_72
source.encoding
=
UTF-8
src.dir
=
.
tags.asp
=
false
tags.short
=
false
web.root
=
.
nbproject/project.xml
0 → 100644
View file @
6b0a5ca8
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://www.netbeans.org/ns/project/1"
>
<type>
org.netbeans.modules.php.project
</type>
<configuration>
<data
xmlns=
"http://www.netbeans.org/ns/php-project/1"
>
<name>
ASTER amos-audit
</name>
</data>
</configuration>
</project>
src/Audit.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/AuditTrailBehavior.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/Bootstrap.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/LogTarget.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/Provider.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/commands/AuditController.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\commands
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/Access.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/Helper.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/Migration.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/SoapClient.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/Version.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/base/ErrorHandlerTrait.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\base
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/console/ErrorHandler.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\console
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/db/ActiveRecord.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\db
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/panels/DataStoragePanel.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\panels
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/panels/DataStoragePanelTrait.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\panels
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/panels/Panel.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\panels
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/components/panels/PanelTrait.php
View file @
6b0a5ca8
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
* @package arter
\amos\audit\components\panels
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment