Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/packages/quant/core/trait/AccessorTrait.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: accessortrait
title: AccessorTrait
slug: /packages/quant/core/trait/accessorTrait
slug: /packages/quant/core/trait/accessortrait
---

Reference
Expand Down Expand Up @@ -299,7 +299,7 @@ with a private access modifier.
the [`applyProperties`](#setters-and-guards)-method.
- Once the `AccessorTrait` is `used` by a class, subclasses of the hosting class inherit the functionality of the `AccessorTrait` and
do not need to redeclare the trait with their class-definition to use `#[Getter]` / `#[Setter]` attributes.
- Static Code Analyzis Support is available with [quant/phpstan](phpstan)
- Static Code Analyzis Support is available with [quant/phpstan](/docs/packages/quant/phpstan)

## Performance Considerations

Expand Down