Allows for decoding Json payload to existing classes
Details
Details
Diff Detail
Diff Detail
- Repository
- rKERUALD Keruald libraries development repository
- Lint
Lint Warnings Severity Location Code Message Warning github/src/Events/AlpBH.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/AlpCommitsH.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/AutoMerge.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/Label.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/License.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/Links.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/Milestone.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/Organization.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/PullRequest.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/PullRequestOpened.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/PushEvent.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/Repo.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols Warning github/src/Events/User.php:1 PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbols PSR1.Files.SideEffects.FoundWithSymbols - Unit
No Test Coverage - Branch
- gitHubEvClasses
- Build Status
Buildable 5649 Build 5931: arc lint + arc unit
Event Timeline
github/src/Events/AlpBH.php | ||
---|---|---|
9 | What means AlpBH? | |
github/src/Events/PullRequest.php | ||
7 | When you're in the same namespace, you can directly use a class without any need to import it before. Now, that makes me thing: perhaps it would be convenient to get a separation between base types (User, Repo) and events (Push, PullRequest)? | |
github/src/Events/PushEvent.php | ||
24 | What means AlpCommitsH? |