Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
telegram-bot-php
/
core
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
61
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Use PHPMD for code validation
- #8
#8
Open
Moustafa-Elgammal
wants to merge 9 commits into
telegram-bot-php:master
telegram-bot-php/core:master
from
Moustafa-Elgammal:feature/use-php-mess-detect
Moustafa-Elgammal/core:feature/use-php-mess-detect
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Use PHPMD for code validation
#8
Moustafa-Elgammal
wants to merge 9 commits into
telegram-bot-php:master
telegram-bot-php/core:master
from
Moustafa-Elgammal:feature/use-php-mess-detect
Moustafa-Elgammal/core:feature/use-php-mess-detect
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2024
Add php mess detector to validate the php code
Moustafa-Elgammal
committed
69ebecc
View commit details
Copy full SHA for 69ebecc
Browse repository at this point
handle naming and some code SuppressWarnings
Moustafa-Elgammal
committed
20c89db
View commit details
Copy full SHA for 20c89db
Browse repository at this point
reduce methods (setUpRequestParams, processUpdate) code complexity
Moustafa-Elgammal
committed
1f0e4f5
View commit details
Copy full SHA for 1f0e4f5
Browse repository at this point
add cleancode check
Show description for 3c38b6e
Moustafa-Elgammal
committed
3c38b6e
View commit details
Copy full SHA for 3c38b6e
Browse repository at this point
cleancode fix IfStatementAssignment warning message "Avoid assigning values to variables in if clauses and the like ..."
Moustafa-Elgammal
committed
b0594df
View commit details
Copy full SHA for b0594df
Browse repository at this point
cleancode ingnore ElseExpression warming.
Show description for c7f3fed
Moustafa-Elgammal
committed
c7f3fed
View commit details
Copy full SHA for c7f3fed
Browse repository at this point
exclude StaticAccess for now as there are about 37 warning message.
Moustafa-Elgammal
committed
38c75e4
View commit details
Copy full SHA for 38c75e4
Browse repository at this point
customised NumberOfChildren and CouplingBetweenObjects, to block the future expanding and handle bypassing the current status.
Moustafa-Elgammal
committed
f53dd8d
View commit details
Copy full SHA for f53dd8d
Browse repository at this point
rebase with master and resolve conflicts
Moustafa-Elgammal
committed
9c47d9e
View commit details
Copy full SHA for 9c47d9e
Browse repository at this point
You can’t perform that action at this time.