File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ Returns array of hosts selected by user via CLI.
7979import(string $file): void
8080```
8181
82- Import other php or yaml recipes.
82+ Import other PHP or MAML recipes.
8383
8484``` php
8585import('recipe/common.php');
8686```
8787
8888``` php
89- import(__DIR__ . '/config/hosts.yaml ');
89+ import(__DIR__ . '/config/hosts.maml ');
9090```
9191
9292
Original file line number Diff line number Diff line change @@ -145,14 +145,14 @@ function selectedHosts(): array
145145}
146146
147147/**
148- * Import other php or yaml recipes.
148+ * Import other PHP or MAML recipes.
149149 *
150150 * ```php
151151 * import('recipe/common.php');
152152 * ```
153153 *
154154 * ```php
155- * import(__DIR__ . '/config/hosts.yaml ');
155+ * import(__DIR__ . '/config/hosts.maml ');
156156 * ```
157157 */
158158function import (string $ file ): void
You can’t perform that action at this time.
0 commit comments