pluginsGLPI / order

Order plugin for GLPI
GNU General Public License v3.0
39 stars 44 forks source link

Clean-up code #347

Closed cedric-anne closed 1 year ago

cedric-anne commented 1 year ago

Plugin contains many dead code.

  1. I removed unused methods.
  2. I removed unused variables.
  3. I removed unused ajax endpoints.
  4. I fixed some IDE warnings due to erronous PHPDoc.
cedric-anne commented 1 year ago

Note that some bugs may have been fixed as I fixed undefined variables usages.