Skip to content

Minor update: simplify runner extraction

Compare
Choose a tag to compare
@rawsrc rawsrc released this 28 Oct 09:21
· 26 commits to master since this release

Simplify the extraction of the latest runner by adding a null value to the default parameter: instead of $pilot->getRunner(null), you have now $pilot->getRunner() which is equivalent

README update also