Skip to content

Commit c6c0a62

Browse files
committed
two quick psalm fixes
1 parent 0f847fa commit c6c0a62

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/Http/Controllers/ValidationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private function persistJobState( JobState $jobState ): void
7171
/**
7272
* Runs jobs in JobState, updating its state and persisting to cache.
7373
*/
74-
private function runValidations( ConcurrentJobRunner $runner, JobState $jobState )
74+
private function runValidations( ConcurrentJobRunner $runner, JobState $jobState ): void
7575
{
7676
Log::debug( "Validation job starting", ['job_id' => $jobState->jobId]);
7777

app/Utils/Grapher/MultiRrd.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ protected function loadRrdFiles(): void
282282
* Get the RRD file
283283
*
284284
* @throws BackendFeatureNotImplementedException
285+
*
286+
* @return never
285287
*/
286288
public function rrd()
287289
{

0 commit comments

Comments
 (0)