Skip to content

Commit 3c9300d

Browse files
fix: broken links prevent build
1 parent 74df5f1 commit 3c9300d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/packages/quant/core/trait/AccessorTrait.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: accessortrait
33
title: AccessorTrait
4-
slug: /packages/quant/core/trait/accessorTrait
4+
slug: /packages/quant/core/trait/accessortrait
55
---
66

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

304304
## Performance Considerations
305305

0 commit comments

Comments
 (0)