The url has changed:
https://odan.github.io/2023/01/12/phpstan-disallow-assign-in-conditional-rule.html
@echo off | |
winget list | |
winget uninstall "Solitaire & Casual Games" | |
winget uninstall "Microsoft Kontakte" | |
winget uninstall "Movies & TV" | |
winget uninstall "News" | |
winget uninstall "Get Help" | |
winget uninstall "Microsoft People" |
The url has changed:
https://odan.github.io/2023/01/12/phpstan-disallow-assign-in-conditional-rule.html
If you accidentally committed something you shouldn’t have, and pushed it to Github, there are still ways to delete or modify it.
You can do an interactive rebase, which is useful if the commit isn’t the most recent one. If the commit was, for example, 12 commits ago, you can rebase from then, remove the offending commit, and save.
git rebase -i HEAD~12
For local development you could also use Nginx with PHP as an replacement for XAMPP.
c:\nginx
c:/nginx/config/nginx.conf
and replace the server { ... }
section with this configuration:https://odan.github.io/2019/12/02/slim4-oauth2-jwt.html
If you like the article, please click on the ⭐ button.