Can Vural Profile
Can Vural

@can__vural

Followers
589
Following
4K
Media
172
Statuses
1K

Senior PHP Developer @StuDocu , code quality enthusiast, amateur cyclist. Passionate about OSS, cleand code and DX. Author of Larastan.

Joined October 2011
Don't wanna be here? Send us removal request.
@can__vural
Can Vural
4 years
πŸ‘‹ I've updated the tiers in my Github sponsors page. Check it out and consider trying some of the buttons there 😜 https://t.co/s1STDs9H1v
Tweet card summary image
github.com
Senior PHP developer at @studocu. Amateur cyclist. Code quality enthusiast.
0
3
11
@can__vural
Can Vural
12 days
Larastan 3.8.0 is released ✨ This release adds support for auto-detecting the phpMyAdmin SQL parser package, unsigned database column detection, and performance improvements. Make sure to read the release notes and give it a try! #php #phpstan #laravel
1
0
9
@can__vural
Can Vural
19 days
Next version of Larastan will recognize unsigned columns. It works for both migrations and schema dumps! #php #phpstan #laravel
0
0
25
@can__vural
Can Vural
19 days
AI doesn't seem to be able to understand date formats πŸ€¦β€β™‚οΈ
0
0
1
@geekovo
geekovo
3 months
#PHP 8.5 pipe problem #1: Why would you even use it? πŸ€” βœ… Current way: shorter ❌ Pipe way: longer + slower
5
3
13
@can__vural
Can Vural
26 days
Today I wrote a @phpstan rule at work that warns you when you use `whereIn` with integer columns. `whereIn` uses the PDO bindings and thus slower with big arrays. Wondering if I should add it to Larastan? πŸ€” #php #phpstan
4
4
52
@can__vural
Can Vural
26 days
Let's see if we can bring the beautiful progress bar indicators to Symfony's Console component πŸ‘€ https://t.co/5zmX7Ujniw #php #Symfony
1
0
3
@can__vural
Can Vural
1 month
Do you remember when you joined Twitter? I do! #MyTwitterAnniversary
0
0
0
@can__vural
Can Vural
1 month
Also in recent versions of Larastan you can set `checkConfigTypes` to `true` and it'll understand the config types. You can read more about it at
Tweet card summary image
github.com
βš—οΈ Adds code analysis to Laravel improving developer productivity and code quality. - larastan/larastan
@LiamHammett
Liam Hammett
1 month
πŸ”₯ Did you know you can chain on methods to @laravelphp's config() helper to ensure you get certain types back? Just resolve the config() function first, then pass the key into the type method. Really helpful if you're trying to make PHPStan happy!
0
0
5
@can__vural
Can Vural
2 months
How is your Friday going? πŸ€ͺ
0
0
0
@tideways
Tideways Profiler
2 months
We benchmarked FrankenPHP Classic Mode vs PHP-FPM Multiple scenarios, strange results, misleading numbers. Turns out: we weren’t just testing what we intended to. After looking at the setup, we noticed an unexpected moving part. Read about the outcome https://t.co/TwEL3iEGeR
3
5
53
@can__vural
Can Vural
2 months
Check the release notes here: https://t.co/IJx5hwqDh9 And read more about `collection-of` here:
0
0
0
@can__vural
Can Vural
2 months
Released Larastan 3.7.2 It includes some bug fixes and a brand new custom PHPDoc type called `collection-of`! With the new type you can write `collection-of<User>` and Larastan will resolve it to the correct collection type! Useful if you use custom collections a lot. #phpstan
1
0
2
@can__vural
Can Vural
2 months
Had an interesting idea while on vacation. What if you could write `collection-of<User>` and Larastan automatically infers the correct collection type? 🀯 Useful if you are using custom collection classes heavily. Coming soon. Crazy what you can do with @phpstan extensions πŸ˜‚
1
1
3
@can__vural
Can Vural
3 months
Writing new #phpstan rules to enforce our internal code style or architectural decisions πŸ‘ŒπŸΌ
2
3
10
@can__vural
Can Vural
3 months
Going for a 3 day bike packing trip tomorrow with a friend πŸš΄β€β™‚οΈ 4 day work week was amazing πŸ˜‚
0
0
1
@comma_ai
comma
4 months
@WholeMarsBlog
Whole Mars Catalog
4 months
Ten years from now it will be possible to buy a dash mounted device that can drive any car using just cameras
24
23
598
@rectorphp
Rector
4 months
New @rectorphp 2.1.1 is out 🀩 * improved --kaizen option for step-by-step upgrade πŸ’ͺ * many bugfixes across core, @symfony and @phpunit Rector extensions * kicked off PHPUnit 12 support https://t.co/8rCAiStTKi
Tweet card summary image
github.com
New Features πŸ₯³ [Php84] Add message name on multilines on DeprecatedAnnotationToDeprecatedAttributeRector (#7030) Add SortNamedParamRector (#7047), Thanks @VincentLanglet! Bugfixes πŸ› [CodeQualit...
0
10
21
@can__vural
Can Vural
5 months
New @phpstan rule I'm trying. It warns in cases you have access to the request variable in your scope, but you use Auth facade or helper method instead. Hot or not? #laravel #phpstan
1
1
6