This commit is contained in:
Daniil Gentili 2020-09-05 22:45:07 +02:00
parent af28778f4a
commit af55021140
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ All dependencies of a package with a phabel configuration are processed with pha
All plugins specified in the configuration of each package are added to the [phabel plugin graph](https://github.com/phabelio/phabel/blob/master/src/PluginGraph/GraphInternal.php).
The [plugin graph](https://github.com/phabelio/phabel/blob/master/src/PluginGraph/GraphInternal.php) takes care of properly trickling configuration values and plugins down the dependency graph, as well as plugin graph optimization by merging multiple transforms (if allowed) in a single AST traversal.
It will also detect circular references in [plugin dependencies](#3-2-plugin-dependencies).
It will also detect circular references in [plugin dependencies](#32-plugin-dependencies).
### 3. Plugins