@@ -170,10 +170,10 @@ private function installFiles(IOInterface $io, bool $forceUpdate = false): void
170170 /**
171171 * Install framework-specific configuration files.
172172 *
173- * @param string $packageDir Package directory
174- * @param string $projectDir Project directory
175- * @param string $configDir Configuration directory name
176- * @param IOInterface $io The IO interface
173+ * @param string $packageDir Package directory
174+ * @param string $projectDir Project directory
175+ * @param string $configDir Configuration directory name
176+ * @param IOInterface $io The IO interface
177177 * @param bool $forceUpdate Force update even if files exist
178178 */
179179 private function installFrameworkConfig (
@@ -223,9 +223,9 @@ private function installFrameworkConfig(
223223 /**
224224 * Install documentation files (AGENTS.md, GGA.md) to project.
225225 *
226- * @param string $packageDir Package directory
227- * @param string $projectDir Project directory
228- * @param IOInterface $io The IO interface
226+ * @param string $packageDir Package directory
227+ * @param string $projectDir Project directory
228+ * @param IOInterface $io The IO interface
229229 * @param bool $forceUpdate Force update even if files exist
230230 */
231231 private function installDocumentationFiles (
@@ -372,4 +372,3 @@ private function removeFiles(IOInterface $io): void
372372 }
373373 }
374374}
375-
0 commit comments