Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 1, 2023
1 parent 2c100a9 commit c8ba8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/9.0/reader/tabular-data-reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The above rule can be translated in plain english like this:
> timezone and the `CarbonImmutable::class`.
The `Cell` attribute differs from the `Record` attribute as it can be used:

- on class properties and methods.
- **without** the presence of the `Record` attribute.
- with tabular data **without header** .
Expand All @@ -228,7 +228,7 @@ The `Cell` attribute can take up to three (3) arguments which are all optional:
the property name or the name of the first argument of the `setter` method will be used. In such case,
the tabular data must be using a non-empty header.
- The `cast` argument which accept the name of a class implementing the `TypeCasting` interface and responsible
for type casting the cell value.
for type casting the cell value.
- The `castArguments` which enable controlling typecasting by providing extra arguments to the `TypeCasting` class constructor

In any cases, if type casting fails, an exception will be thrown.
Expand Down

0 comments on commit c8ba8ba

Please sign in to comment.