- Issue created by @mstrelan
- @mstrelan opened merge request.
- πΊπΈUnited States nicxvan
I converted one of these so there is a conflict.
Also I need to create an issue to convert the profiles.
- πΊπΈUnited States nicxvan
Also don't convert here most of these are intentional.
- πΊπΈUnited States nicxvan
Looks good now!
Not really a follow up, but I created the profile issue here: π Convert profile hooks Active
-
quietone β
committed 75edbfda on 11.1.x
Issue #3494678 by mstrelan, nicxvan: Add void return type to all...
-
quietone β
committed 75edbfda on 11.1.x
-
quietone β
committed 053c43e3 on 11.x
Issue #3494678 by mstrelan, nicxvan: Add void return type to all...
-
quietone β
committed 053c43e3 on 11.x
- π³πΏNew Zealand quietone
Aside from reading the MR I confirmed all the alters were fixed by checking how many there are on HEAD
$ git grep -A2 'Implements hook' | grep function.*alter | wc -l 52
With the number with 'void'
$ git grep -A2 'Implements hook' | grep function.*alter | grep void | wc -l 52