Skip to content

Release v0.0.4

Choose a tag to compare

@github-actions github-actions released this 27 Jan 07:44

fix: PerformanceDataCollector Throwable import

  • Added missing use Throwable; import statement
  • Fixes 'Class Nowo\PerformanceBundle\DataCollector\Throwable not found' error
  • Resolves ReflectionException during container compilation
  • Updated CHANGELOG and UPGRADING documentation

Changelog

Fixed

  • PerformanceDataCollector Throwable import - Fixed fatal error when autoloading PerformanceDataCollector
    • Added missing use Throwable; import statement
    • Fixes "Class 'Nowo\PerformanceBundle\DataCollector\Throwable' not found" error
    • Resolves ReflectionException during container compilation

Commits

  • fix: PerformanceDataCollector Throwable import (79cdaa3)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (e73e9e5)
  • Apply PHP CS Fixer fixes [skip ci] (3a45a8a)