- 06 Sep, 2022 1 commit
-
-
P.I.E. Security Team authored
Add PHP 8.2 to ci.yml
-
- 05 Sep, 2022 1 commit
-
-
Tim Düsterhus authored
Psalm knows about this one now.
-
- 30 Aug, 2022 1 commit
-
-
P.I.E. Security Team authored
Fix typo
-
- 20 Aug, 2022 1 commit
-
-
Daniel Schmelz authored
-
- 26 Jul, 2022 1 commit
-
-
Tim Düsterhus authored
-
- 17 Jun, 2022 2 commits
-
-
P.I.E. Security Team authored
Remove obsolete psalm suppressions
-
P.I.E. Security Team authored
Apply PHP 8.2's `SensitiveParameter` attribute to all string parameters
-
- 15 Jun, 2022 2 commits
-
-
Tim Düsterhus authored
-
Tim Düsterhus authored
These were added in 9c3177f6, but no longer appear to do anything in Psalm 4.23.0@f1fe6ff483bf325c803df9f510d09a03fd796f88.
-
- 14 Jun, 2022 4 commits
-
-
Paragon Initiative Enterprises authored
-
P.I.E. Security Team authored
Add missing backslash in front of `pack()` call
-
P.I.E. Security Team authored
Improve performance of the hex encoder
-
P.I.E. Security Team authored
Update .gitattributes
-
- 13 Jun, 2022 3 commits
-
-
systemsolutionweb authored
-
Paragon Initiative Enterprises authored
-
Paragon Initiative Enterprises authored
-
- 11 Jun, 2022 1 commit
-
-
Paragon Initiative Enterprises authored
-
- 10 Jun, 2022 4 commits
-
-
Paragon Initiative Enterprises authored
This is a strict decoding method that doesn't tolerate '=' padding.
-
Paragon Initiative Enterprises authored
Resolves #22.
-
Paragon Initiative Enterprises authored
-
Paragon Initiative Enterprises authored
-
- 02 Mar, 2022 2 commits
-
-
Tim Düsterhus authored
-
Tim Düsterhus authored
Single bytes can more efficiently be accessed by directly indexing the string. This also implicitly fixes a bug without any visible effect: `encodeUpper` retrieved two characters from the bytestring, but only ever used the first.
-
- 17 Jan, 2022 5 commits
-
-
Paragon Initiative Enterprises authored
PHP 7.0 doesn't support nullable types, so we can't type-hint this as ?int. If we declare it as int, users can't explicitly pass NULL.
-
Paragon Initiative Enterprises authored
-
P.I.E. Security Team authored
Clean up unnecessary annotations
-
Paragon Initiative Enterprises authored
-
P.I.E. Security Team authored
GitHub actions improvements and fixes
-
- 06 Jan, 2022 1 commit
-
-
Petri Haikonen authored
- Run actions on pull request - Run actions with PHP 8.1 as well - Fixes for Psalm failures - Use Psalm provided by tools - Run PHPUnit on correct PHP and PHPUnit versions
-
- 01 Dec, 2021 1 commit
-
-
P.I.E. Security Team authored
Add .gitattributes file to ignore paths when exporting
-
- 17 Oct, 2021 1 commit
-
-
Michael Dyrynda authored
-
- 18 Apr, 2021 4 commits
-
-
P.I.E. Security Team authored
Switch from Travis CI to Github Actions
-
Paragon Initiative Enterprises authored
-
P.I.E. Security Team authored
Show users the proper way of importing classes
-
Paragon Initiative Enterprises authored
-
- 06 Dec, 2020 2 commits
-
-
Paragon Initiative Enterprises authored
-
Paragon Initiative Enterprises authored
We have to remove 7.0 since Travis uses Composer 2 and our dependencies will not install on PHP 7.0
-
- 03 Dec, 2020 3 commits
-
-
Paragon Initiative Enterprises authored
-
Paragon Initiative Enterprises authored
-