#71 - annual summary #113
@@ -14,7 +14,8 @@ use Toby\Infrastructure\Http\Resources\SimpleVacationRequestResource;
|
||||
|
|
||||
|
||||
class AnnualSummaryController extends Controller
|
||||
{
|
||||
public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response {
|
||||
|
Could you add return types for arrow functions? Could you add return types for arrow functions?
|
||||
public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response
|
||||
|
Could you add return types for arrow functions? Could you add return types for arrow functions?
|
||||
{
|
||||
|
Could you add return types for arrow functions? Could you add return types for arrow functions?
|
||||
$yearPeriod = $yearPeriodRetriever->selected();
|
||||
|
||||
$startDate = Carbon::createFromDate($yearPeriod->year)->startOfYear()->startOfWeek();
|
||||
|
||||
|
Could you add return types for arrow functions? Could you add return types for arrow functions?
Could you add return types for arrow functions? Could you add return types for arrow functions?
|
||||
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
.v-popper--theme-tooltip .v-popper__arrow-outer {
|
||||
border-color: #527ABA;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.v-popper--theme-tooltip:focus-visible {
|
||||
|
||||
Reference in New Issue
Block a user
Could you add return types for arrow functions?
Could you add return types for arrow functions?