Minor update: simplify runner extraction
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
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