Log message #4217461

# At Username Text
# Dec 5th 2019, 13:16 neon1024 That first contact experience is absolutely critical to me
# Dec 5th 2019, 13:16 neon1024 @challgren I’d agree with you. I’d rather use a bad package if it’s documented well, than great code with poor documentation
# Dec 5th 2019, 12:58 admad talking about phptan
# Dec 5th 2019, 12:57 admad @dereuromark i am waiting to see how many of those tickets are addressed vs closed with "no, this is how it should work"
# Dec 5th 2019, 12:44 challgren We tried bitwise but it was just becoming a mess people would choose the wrong status, etc
# Dec 5th 2019, 12:43 challgren I plan on using it for (construction) project workflow
# Dec 5th 2019, 12:43 challgren Or online order
# Dec 5th 2019, 12:42 challgren Car would be a perfect example
# Dec 5th 2019, 12:42 dereuromark A while ago I asked for good use cases for it to showcase, none were given :slightly_smiling_face: That would help draw up sth.
# Dec 5th 2019, 12:42 dereuromark I might want to add a screenshot of the live preview image functionality, that could help
# Dec 5th 2019, 12:40 dereuromark then do it
# Dec 5th 2019, 12:40 challgren Id rather learn statemachine vs this one
# Dec 5th 2019, 12:40 challgren The graph helps
# Dec 5th 2019, 12:39 dereuromark LOL
# Dec 5th 2019, 12:39 challgren The docs seem easier, I can understand it quickly
# Dec 5th 2019, 12:39 dereuromark "makes more sense than" why would you think that?
# Dec 5th 2019, 12:38 dereuromark Jep. We use it for complex releases with all the suroundings necessary, asynchronous pre and post changes and jobs.
# Dec 5th 2019, 12:37 challgren https://github.com/ludeus/cakephp3-state-machine this makes more sense that cakephp-statemachine
# Dec 5th 2019, 12:33 angelxmoreno :eyes:
# Dec 5th 2019, 12:30 challgren Its basically a workflow for an entity?
# Dec 5th 2019, 12:30 dereuromark Yeah wanted to blog post about it actually...^^ since months
# Dec 5th 2019, 12:28 challgren @dereuromark you have a cakephp-statemachine sample?
# Dec 5th 2019, 12:02 dereuromark crowd-sourcing ftw
# Dec 5th 2019, 12:01 dereuromark told u :slightly_smiling_face: Lean QA
# Dec 5th 2019, 11:56 challgren OMG so many tickets!
# Dec 5th 2019, 11:53 dereuromark haha, my False positive on null|void ticket is already lost in the other tickets opened since yesterday.... https://github.com/phpstan/phpstan/issues
# Dec 5th 2019, 11:51 challgren Ok, the BrokerAwareExtension is in 0.11
# Dec 5th 2019, 11:50 challgren $this->paginate[‘conditions’] was messing things up
# Dec 5th 2019, 11:50 dereuromark @challgren Can you maybe make a PR?
# Dec 5th 2019, 11:50 challgren Yeah I think Im going to wait this one out
# Dec 5th 2019, 11:50 dereuromark They use lean QA: Let the developers do all the beta testing and stuff...^^ A bit annoying usually to work with the .0 release, I usually wait till the first 2 patch releases.
# Dec 5th 2019, 11:45 gianmarxgagliardi so it works `$this->DogsCats->find()->count();`
# Dec 5th 2019, 11:42 challgren Gah did they fuck up the editor again!
# Dec 5th 2019, 11:41 challgren Doesn’t like `if (!$this->Auth->user(‘is_superuser’)) { unset($data[‘tenant_id’]); }` now
# Dec 5th 2019, 11:40 admad 0.12 spews some annoying false positives
# Dec 5th 2019, 11:40 challgren Change `BrokerAwareClassReflectionExtension` to `BrokerAwareExtension` and its fixed
# Dec 5th 2019, 11:38 challgren More `Method App\Controller\SuperAdmin\TenantsController::view() should return Cake\Http\Response|void but return statement is missing.` than anything
# Dec 5th 2019, 11:37 challgren From ide-helper
# Dec 5th 2019, 11:37 challgren Yeah I got 77. Your AssociationTableMixinClassReflectionExtension is also broken with 0.12
# Dec 5th 2019, 11:32 dereuromark The relative path change is the only issue so far. and usual false positives after a fresh major^^
# Dec 5th 2019, 11:32 gianmarxgagliardi ```$total = $this->DogsCats->find('count')?```