Skip to content

Commit 4d435b8

Browse files
authored
Merge pull request #124 from KnpLabs/chore/bump-git-version
chore: bump git version in dockerfile
2 parents 44777d2 + 2a2ba4b commit 4d435b8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
88

99
RUN apk add --no-cache \
1010
bash==5.2.21-r0 \
11-
git==2.43.0-r0 \
11+
git==2.43.4-r0 \
1212
icu-dev==74.1-r0
1313

1414
RUN mkdir -p /usr/src/app \

src/Entity/Species.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ public function __construct(
1515
private array $habitats,
1616
private string $feeding,
1717
) {
18-
$this->name = $name;
19-
$this->habitats = $habitats;
20-
$this->feeding = $feeding;
2118
$this->dinosaurs = new ArrayCollection();
2219
}
2320

0 commit comments

Comments
 (0)