Skip to content

1.3.1

Latest

Choose a tag to compare

@janedbal janedbal released this 08 Jul 12:22
Immutable release. Only release title and notes can be modified.
bbd33fb

Improvements:

  • Generic:
    • Detect class constants referenced in PhpDocs (#393)
  • Laravel:
    • Detect notification methods (#386, @lorenzolosa)
      • afterSending/shouldSend, plus queueable hooks (viaConnections, viaQueues, withDelay, withMessageGroups, messageGroup, deduplicationId, withDeduplicators) on ShouldQueue notifications
    • Detect reportable/renderable exception methods (#387, @lorenzolosa)
      • context()/render()/report() on any Throwable
    • Support for real-time facades (#395, @lorenzolosa)
      • \Facades\App\SomeClass::someMethod() marks the underlying \App\SomeClass::someMethod() as used
  • Performance