Skip to content

glpi-project/rector-glpi

Repository files navigation

Rector GLPI extension

This repository provides a Rector extension that can be used in both GLPI and GLPI plugins.

Installation

To install this Rector extension, run the composer require --dev glpi-project/rector-glpi. Once installed, you will need to register the GLPI rule set in you Rector configuration file:

return RectorConfig::configure()
    ->withSets([
+        \RectorGlpi\Set\GlpiSetList::GLPI_DEFAULT_SET,
    ])
;

About

Rector extension for GLPI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •