thiemowmde
|
a630e3d129
|
Make use of ??=, ?: and similar operators where possible
The main benefit of these operators is that they avoid repeating
parts of the code.
Change-Id: I86ea0eb02715ad5b7c62a71849309ed7095c5972
|
2024-09-21 20:00:50 +00:00 |
|
thiemowmde
|
4c4392b4f3
|
Use PHP's more recent ?? operator where it makes sense
… as well as avoid an overly complicated printf call where a string
cast does the same.
Change-Id: I66b51572d0f2f9e72b9ef7c32f9a62ebb698d739
|
2024-04-28 17:28:51 +00:00 |
|
Reedy
|
408f4d0bc6
|
Namespace tests
Change-Id: I4977bf534400643f83ab3400c3dfd736c53f9705
|
2022-09-30 00:59:00 +00:00 |
|
Reedy
|
1eecdac6de
|
Capitalise Engines folder
Change-Id: I6d730d67decc859fd130fee5ec92b1cfb8d9ef64
|
2022-09-30 00:58:27 +00:00 |
|