-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daren Sipes
committed
Apr 19, 2024
1 parent
0ad68b0
commit eef2d11
Showing
36 changed files
with
377 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="3.14.2@3538fe1955d47f6ee926c0769d71af6db08aa488"> | ||
<file src="src/Command/CopyLayoutsCommand.php"> | ||
<InternalClass occurrences="1"> | ||
<code>new Filesystem()</code> | ||
</InternalClass> | ||
<InternalMethod occurrences="1"> | ||
<code>copyDir</code> | ||
</InternalMethod> | ||
</file> | ||
<file src="src/Command/InstallCommand.php"> | ||
<ForbiddenCode occurrences="1"> | ||
<code>`$command`</code> | ||
</ForbiddenCode> | ||
<InternalClass occurrences="4"> | ||
<code>new Filesystem()</code> | ||
<code>new Filesystem()</code> | ||
<code>new Filesystem()</code> | ||
<code>new Filesystem()</code> | ||
</InternalClass> | ||
<InternalMethod occurrences="5"> | ||
<code>deleteDir</code> | ||
<code>findRecursive</code> | ||
<code>mkdir</code> | ||
<code>mkdir</code> | ||
<code>findRecursive</code> | ||
</InternalMethod> | ||
<NullReference occurrences="2"> | ||
<code>$output</code> | ||
<code>$return</code> | ||
</NullReference> | ||
</file> | ||
<file src="vendor/cakephp/cakephp/src/View/View.php"> | ||
<UnsafeInstantiation occurrences="1"> | ||
<code>new $this->_viewBlockClass()</code> | ||
</UnsafeInstantiation> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.