orklah/doctrine-typed-results

0.1.4 2020-10-14 18:59 UTC

This package is auto-updated.

Last update: 2024-08-29 05:37:43 UTC


README

待办事项

  • 允许禁用断言(提高性能但减少运行时检查)
  • 调查模板继承(@extends/@template-extends): https://psalm.dev/docs/annotating_code/templated_annotations/
  • 确保Query中的每个方法都在QueryInterface中(而不仅仅是AbstractQuery)并简化测试
  • 添加更多测试(静态分析正确性和功能)