Skip to content

Commit

Permalink
Add phpstan and use it to fix many problems (php notices / errors/ bu…
Browse files Browse the repository at this point in the history
…gs / securoty problems)
  • Loading branch information
ddurieux committed Apr 11, 2024
1 parent 0df9ae7 commit 8926e2f
Show file tree
Hide file tree
Showing 29 changed files with 500 additions and 968 deletions.
2 changes: 1 addition & 1 deletion ajax/deploypackage_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
$item = new $itemtype();
$item->move_item($params);
} else {
Toolbox::logDebug("package subtype not found : " . $params['itemtype']);
Toolbox::logDebug("package subtype not found : " . $itemtype);
Html::displayErrorAndDie ("package subtype not found");
}

Expand Down
59 changes: 0 additions & 59 deletions ajax/deployuser.logged.in.php

This file was deleted.

59 changes: 0 additions & 59 deletions ajax/dropdownactiontype.php

This file was deleted.

80 changes: 0 additions & 80 deletions ajax/dropdowndefinitionselection.php

This file was deleted.

65 changes: 0 additions & 65 deletions ajax/dropdowndefinitiontypelist.php

This file was deleted.

119 changes: 0 additions & 119 deletions ajax/dropdownjobdefinition.php

This file was deleted.

Loading

0 comments on commit 8926e2f

Please sign in to comment.