Skip to content

Commit

Permalink
feat: ✨ add icon for for phpstan (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Jan 3, 2025
1 parent cf9209e commit 940ff49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/phpstan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2690,6 +2690,10 @@ export const fileIcons: FileIcons = {
'.k8s.yaml',
],
},
{
name: 'phpstan',
fileNames: ['phpstan.neon', 'phpneon.neon.dist'],
},
{
name: 'screwdriver',
fileNames: ['screwdriver.yaml', 'screwdriver.yml'],
Expand Down

0 comments on commit 940ff49

Please sign in to comment.