Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigar94 committed Dec 28, 2022
2 parents 77f01c9 + 170b053 commit 7062534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "php-skeleton-generator" extension will be documented

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.2.4]
- add gifs in readme.md

## [0.2.3]
- fix namespace creation at the psr4 root folder with multiple slashes
- fix skeleton of trait, type of files is interface and must be a trait
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "php-skeleton-generator",
"displayName": "PHP Skeleton Generator",
"description": "With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
"version": "0.2.3",
"version": "0.2.4",
"keywords": [
"php",
"generate",
Expand Down

0 comments on commit 7062534

Please sign in to comment.