Skip to content

Commit 15317da

Browse files
committed
Merge branch 'main' of github.com:nowo-tech/CodeReviewGuardian into main
2 parents fad24e3 + 9d642f9 commit 15317da

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

src/FrameworkDetector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ public static function getConfigDirectory(string $framework): string
109109
return $frameworkDirs[$framework] ?? 'generic';
110110
}
111111
}
112-

src/Plugin.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-

tests/PluginTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,4 +918,3 @@ private function removeDirectory(string $dir): void
918918
@rmdir($dir);
919919
}
920920
}
921-

0 commit comments

Comments
 (0)