#phpcs résultats de recherche
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. 👉 codeboxr.com/phpcs-disable-… #PHPCS #CleanCode #WordPressDev
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. Read here 👉 codeboxr.com/phpcs-disable-… #PHPCS #PHPDevelopers…
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. 👉 codeboxr.com/phpcs-disable-… #PHPCS #CleanCode #WordPressDev
Laravel Pint made the phpcs configuration a breeze to configure with the short syntax. I am using the below configuration for a while, it's kind of minimal and serving me well. What essential rules am I missing? Share your configuration! #Laravel #PHPCS
Nothing against #jetbrains IDEs but I've already disabled several Inspections over time because static analysis tools like #phpcs, #phpstan and #psalm are much more able to understand code context and not report false positives so they can be considered a way better replacement.
For anyone who wants @phpstorm to support the #phpcs ability to have multiple compatible code standards checked in one call can upvote this feature request: youtrack.jetbrains.com/issue/WI-43216 Most often used on my teams with a combination of "Drupal" and "DrupalPractice" code standards.
PHP_CodeSniffer users: please read this important announcement: github.com/squizlabs/PHP_… squizlabs/PHP_CodeSniffer is dead, long live PHPCSStandards/PHP_CodeSniffer! #phpcs #php
New to VS Code, having a few issues getting phpcs running properly. Seems to not be able to find a WooCommerce package - but the file is 𝒅𝒆𝒇𝒊𝒏𝒊𝒏𝒕𝒆𝒍𝒚 there. Anybody had anything similar? #vscode #phpcs #webdevelopment
Pour terminer cette série sur l'indentation, savez-vous que vous pouvez faire contrôler automatiquement par #phpcs le niveau d'indentation de vos fonctions afin qu'il remonte une alerte ou une erreur en cas de dépassement ? #PHP #PHPTips #webdev #webdevelopment #PHP_Codesniffer
Hello suite aux vidéo de @yOyO38 (Merci!!) je découvre #gitlab-ci mais au final #phpcs n'aime pas vraiment les directives #php8 ou bien j'ai loupé quelquechose
Statik kod analiz araçları ile kod kalitenizi sürdürülebilir hale getirin. Mükkemmel sunumu için teşekkürler @jrf_nl . Sunum speakerdeck.com/jrf/dont-work-… #phpcs #phpmd
New Post on #php 🐘 blog: Do you use #php_codesniffer and PHP CS Fixer @PHPStorm Plugin? You are Slow and Expensive #phpcs tomasvotruba.cz/blog/2019/06/2…
🧑💻 Improve your Drupal code quality! DrupalSapiens @juandels3 shares a detailed guide on installing & using Codesniffer (phpcs) for automated code checks and formatting fixes. Read more: 🔗 bit.ly/3EHPA50 #Drupal #CodingStandards #phpcs
Part 2 of "Containers and continuous integration for #PHP developers" series. This week the article will cover #composer and #phpcs. bit.ly/2MxlN3w #drupal #drupal8 #ci #docker
Announcing the release of version 2.1.0 of the WordPress Coding Standards with a new sniff by Niels de Blaauw, lots of improvements to the security sniffs and some stricter checks in `Core`. #PHPCS #WPCS Check the changelog & download it now: github.com/WordPress-Codi…
github.com
Release 2.1.0 · WordPress/WordPress-Coding-Standards
Added New WordPress.PHP.IniSet sniff to the WordPress-Extra ruleset. This sniff will detect calls to ini_set() and ini_alter() and warn against their use as changing configuration values at runtim...
In case you missed it: One week after the announcement that I'd be taking over maintenance of PHP_CodeSniffer, I have released version 3.8.0. Enjoy! #phpcs #php
Released: PHP_CodeSniffer 3.8.0 🎉 Now with much improved PHP 8.2 syntax support, PHP 8.3 runtime support and tons of bug fixes & other improvements. Kudos to the 12 contributors! Get it now: github.com/PHPCSStandards… And consider sponsoring this project: opencollective.com/php_codesniffer
Hey #PHP peeps, question for you all: Name one sniff for #PHP_CodeSniffer which you wish existed and would like to start using. #PHPCS Provide a code sample with good/bad code for the sniff on 3v4l.org to clarify if needs be. RT appreciated
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. Read here 👉 codeboxr.com/phpcs-disable-… #PHPCS #PHPDevelopers…
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. 👉 codeboxr.com/phpcs-disable-… #PHPCS #CleanCode #WordPressDev
🚀 Want cleaner PHP code without constant PHPCS nagging? Learn how to temporarily disable and enable PHPCS checks with practical syntax and real examples! Perfect for developers working with strict coding standards. 👉 codeboxr.com/phpcs-disable-… #PHPCS #CleanCode #WordPressDev
I feel your pain, we're in the same boat with #PHPCS ... Hoping to make some progress once PHP_CodeSniffer 4.0 has been released.
#php #phpcs deprecation resolved, released as 13.0.1 github.com/doctrine/codin…
github.com
fix: update rule for language construct spacing by simPod · Pull Request #339 · doctrine/coding-s...
Squiz.WhiteSpace.LanguageConstructSpacing This sniff has been deprecated since v3.3.0 and will be removed in v4.0.0. Use the Generic.WhiteSpace.LanguageConstructSpacing sniff instead.
Hey, #OpenSource and #PHP friends! @jrf_nl, maintainer of @PHP_CodeSniffer is live streaming the upgrade to the 4.0 branch of #PHPCS this week! Such a fun idea! Come along and watch #FOSS in action! github.com/PHPCSStandards…
🧑💻 Improve your Drupal code quality! DrupalSapiens @juandels3 shares a detailed guide on installing & using Codesniffer (phpcs) for automated code checks and formatting fixes. Read more: 🔗 bit.ly/3EHPA50 #Drupal #CodingStandards #phpcs
🔍 Learn how to use PHP_CodeSniffer for PHP code formatting, PSR-12 standards, and automated issue fixing. @WalterNascimento explains installation, configuration, and practical examples for code quality improvement. #PHP #CodingStandards #PHPCS 🖥️ ift.tt/4nGuJy3
dev.to
PHP_CodeSniffer: Detect code standards violations
PHP_CodeSniffer (PHPCS) is a widely used tool to ensure that PHP code follows coding standards like...
Me voy a tener que hacer un ruleset de #phpCS personalizado para #WordPress sólo por usar shorthands de array e indentar como $deity manda…
He tenido que actualizar #PHPCS y #WPCS a la versión de composer y actualizar unos pocos de scripts. En cuanto tenga tiempo lo implemento en GitHub Actions.
Keep your codebase clean and maintainable by adhering to the PSR coding standards. It ensures consistency across PHP projects. #PHPCS #CodeStandard
📣 help #phpcs and the open source world:📣 🦸♀️please #bepartofthesolution 🦸♂️
There are posts I like to write and there are post you *need* to write. This is one in the latter category. Please read it and spread the word, this is crucially important for almost all PHP based open source projects out there: poststatus.com/phpcs-a-major-…
First 10 functional PRs merged in the new PHP_CodeSniffer repo 🎉 Time for lunch. More to follow. #phpcs For context:
PHP_CodeSniffer users: please read this important announcement: github.com/squizlabs/PHP_… squizlabs/PHP_CodeSniffer is dead, long live PHPCSStandards/PHP_CodeSniffer! #phpcs #php
PHPCS is migrating to new ownership gbti.io/devops/phpcs-i… #php #Devops #phpcs #codesniffer #phpnews #opensourcenews #fossnews
Also, please consider sponsoring the PHP_CodeSniffer project to safeguard its continuation, as without funding, we'll have the same problem again. #phpcs #php P.S.: @PHP_CodeSniffer now also has its own account, follow it to stay informed.
PHP_CodeSniffer users: please read this important announcement: github.com/squizlabs/PHP_… squizlabs/PHP_CodeSniffer is dead, long live PHPCSStandards/PHP_CodeSniffer! #phpcs #php
PHP Code Sniffer custom rule for class/trait/interface stackoverflow.com/questions/6901… #phpcodesniffer #phpcs #php #codesniffer
Pour terminer cette série sur l'indentation, savez-vous que vous pouvez faire contrôler automatiquement par #phpcs le niveau d'indentation de vos fonctions afin qu'il remonte une alerte ou une erreur en cas de dépassement ? #PHP #PHPTips #webdev #webdevelopment #PHP_Codesniffer
Laravel Pint made the phpcs configuration a breeze to configure with the short syntax. I am using the below configuration for a while, it's kind of minimal and serving me well. What essential rules am I missing? Share your configuration! #Laravel #PHPCS
Nothing against #jetbrains IDEs but I've already disabled several Inspections over time because static analysis tools like #phpcs, #phpstan and #psalm are much more able to understand code context and not report false positives so they can be considered a way better replacement.
🔥 (1/3) Laravel Blade Trick: Laravel lacks built-in support for passing data to scoped slots. Here is a work around, #PHP #PHPCS #Laravel
🧑💻 Improve your Drupal code quality! DrupalSapiens @juandels3 shares a detailed guide on installing & using Codesniffer (phpcs) for automated code checks and formatting fixes. Read more: 🔗 bit.ly/3EHPA50 #Drupal #CodingStandards #phpcs
Yesterday I created a pretty simple but neat @github action to run @MagentoEngCom coding standard on pull requests to extension repo, the output looks like this and here is a gist to get this going: gist.github.com/Zifius/adecc96… Current runtime is under 30 seconds #phpcs #magento2
New to VS Code, having a few issues getting phpcs running properly. Seems to not be able to find a WooCommerce package - but the file is 𝒅𝒆𝒇𝒊𝒏𝒊𝒏𝒕𝒆𝒍𝒚 there. Anybody had anything similar? #vscode #phpcs #webdevelopment
Hello suite aux vidéo de @yOyO38 (Merci!!) je découvre #gitlab-ci mais au final #phpcs n'aime pas vraiment les directives #php8 ou bien j'ai loupé quelquechose
For anyone who wants @phpstorm to support the #phpcs ability to have multiple compatible code standards checked in one call can upvote this feature request: youtrack.jetbrains.com/issue/WI-43216 Most often used on my teams with a combination of "Drupal" and "DrupalPractice" code standards.
New Post on #php 🐘 blog: Do you use #php_codesniffer and PHP CS Fixer @PHPStorm Plugin? You are Slow and Expensive #phpcs tomasvotruba.cz/blog/2019/06/2…
I do like a lot the new @laravelphp migration files, that do not need to define a class name, nor need a namespace to be PSR-12 and pass all #phpcs validation #modernPHP #php #phpIsNotDead
Statik kod analiz araçları ile kod kalitenizi sürdürülebilir hale getirin. Mükkemmel sunumu için teşekkürler @jrf_nl . Sunum speakerdeck.com/jrf/dont-work-… #phpcs #phpmd
Something went wrong.
Something went wrong.
United States Trends
- 1. Bills 115K posts
- 2. Jonathan Taylor 20.7K posts
- 3. Falcons 31.3K posts
- 4. Colts 52.4K posts
- 5. Dolphins 20.1K posts
- 6. Henderson 7,485 posts
- 7. Diggs 7,057 posts
- 8. Browns 23.7K posts
- 9. Kyle Williams 5,387 posts
- 10. Daniel Jones 10K posts
- 11. Joe Brady 1,853 posts
- 12. Jaxson Dart 3,805 posts
- 13. Penix 11K posts
- 14. Dillon Gabriel 1,587 posts
- 15. Parker Washington 2,785 posts
- 16. Justin Fields 1,793 posts
- 17. #Bears 3,281 posts
- 18. Drake Maye 6,936 posts
- 19. Pats 9,046 posts
- 20. JJ McCarthy 1,701 posts