Tac Tacelosky
Tac Tacelosky
In my base menu class, I've added a utility (um, hack?), and now all my nav menu methods return the cleaned menu. ``` return $this->cleanupMenu($menu); // return was $menu; ```...
I quite like the YAML format, in fact, I think Alice Fixtures are useful even when not leveraging all the cool dynamic options. In particular, sometimes I just want to...
Symfony rocks, but one area I've never quite figured out is getting rid of deprecation warnings in dependencies. In particular, the warning about ReturnTypeWillChange seems to show up a lot....
I haven't tried that with the latest version, but I had problems with doing that before. I ended up having a fake song when initializing it. I ended up going...
Wahoo! Very exciting. Obviously, lots more to do (login pages, right hand sidebar, etc.), but great to see that this is starting. It appears to me that the BS5 changes...
> v3 will stuck on BS4 Great, too messy, especially without jQuery.
Actually, the problem is with $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); So it's working now for me, but I'll leave it open in case it's of some value.
I'm not on Windows, but perhaps the file I was converting was. It was a file from SymfonyCast. So should I run something first before running rector?
Perhaps this could be a version 5 feature. If so, we could deprecate calling these functions with IDs and require passing the appropriate objects.
Requiring PHP8 for version 6 would make it easier to get excited about contributing. Also, composer.json excludes Symfony 6 now, obviously we should allow that too.