Completed
Branch master (f1316c)
by Thijs
05:26
created
src/Engine.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $bestDecisionWithScore;
87 87
     }
88 88
 
89
+    /**
90
+     * @param integer $depthLeft
91
+     */
89 92
     private function considerNextMove(GameState $state, $depthLeft): DecisionWithScore
90 93
     {
91 94
         if ($state->getNextPlayer()->isFriendsWith($this->objectivePlayer)) {
Please login to merge, or discard this patch.