Popular repositories Loading
-
LiipImagineBundle
LiipImagineBundle PublicForked from liip/LiipImagineBundle
Symfony Bundle to assist in imagine manipulation using the imagine library
PHP
-
EasyAdminBundle
EasyAdminBundle PublicForked from EasyCorp/EasyAdminBundle
The new (and simple) admin generator for Symfony applications.
PHP
-
pdf-puppeteer
pdf-puppeteer PublicForked from westmonroe/pdf-puppeteer
A simple NPM package to convert HTML to PDF for Node applications by using Puppeteer
JavaScript
-
-
tailwind-config-viewer
tailwind-config-viewer PublicForked from rogden/tailwind-config-viewer
A local UI tool for visualizing your Tailwind CSS configuration file.
Vue
-
azure-storage-php
azure-storage-php PublicForked from Azure/azure-storage-php
Microsoft Azure Storage Library for PHP
PHP
32 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 commit in 1 repository
Created 1 repository
-
simon-tma/phpstan-strict-rules
PHP
This contribution was made on Mar 23
Created a pull request in phpstan/phpstan-strict-rules that received 2 comments
Use relative links for rules.neon
The changes to default parameters are different in different branches, so we want to link to the current branch's version of rules.neon
.
Opened 1 other pull request in 1 repository
larastan/larastan
1
open
-
Only set macro methods as static in facades
This contribution was made on Mar 24
Created an issue in phpstan/phpstan that received 10 comments
Static access to instance property incorrectly flagging for dynamic property
Bug report
If a static property on a class has the same name as a dynamically handed instance property (added to PHPStan using @property
), the prop…