Skip to content

Commit

Permalink
Merge pull request #48 from niden-code/master
Browse files Browse the repository at this point in the history
typos in changelog
  • Loading branch information
niden authored Dec 28, 2024
2 parents 437ed6d + 407e331 commit 2237430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
- Added `staticToLower()` for calling `toLower()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticToUncamelize()` for calling `toUncamelize()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticToUpper()` for calling `toUpper()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `phpStaticIniGet()` for calling `phpIniGet()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `phpStaticIniGetBool()` for calling `tphpIniGetBool()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `phpStaticIniGetInt()` for calling `phpIniGetInt()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `phpStaticParseIniFile()` for calling `phpParseIniFile()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticPhpIniGet()` for calling `phpIniGet()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticPhpIniGetBool()` for calling `phpIniGetBool()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticPhpIniGetInt()` for calling `phpIniGetInt()` statically. [#41](https://github.com/phalcon/traits/pull/41)
- Added `staticPhpParseIniFile()` for calling `phpParseIniFile()` statically. [#41](https://github.com/phalcon/traits/pull/41)

## [2.0.2](https://github.com/phalcon/traits/releases/tag/2.0.2) (2023-01-15)

Expand Down

0 comments on commit 2237430

Please sign in to comment.