Skip to content

Commit

Permalink
fix(yml): update
Browse files Browse the repository at this point in the history
  • Loading branch information
thepercival committed Dec 5, 2023
1 parent a9d5755 commit 628a6a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion domain/PlaceLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SportsHelpers;

class PlaceLocation implements PlaceLocationInterface, \Stringable
class PlaceLocation implements PlaceLocationInterface, \Stringable
{
public function __construct(protected int $pouleNr, protected int $placeNr)
{
Expand Down
8 changes: 4 additions & 4 deletions serialization/yml/PlaceLocation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SportsHelpers\PlaceLocation:
properties:
pouleNr:
type: integer
# access_type: public_method # defaults to property
# accessor: # access_type must be set to public_method
# getter: getPouleNr
# setter: setPouleNr
access_type: public_method # defaults to property
accessor: # access_type must be set to public_method
getter: getPouleNr
setter: setPouleNr
placeNr:
type: integer

0 comments on commit 628a6a0

Please sign in to comment.