mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-10-31 00:12:29 +01:00 
			
		
		
		
	rector: instanceOf, earlyReturn, strictBooleans
This commit is contained in:
		| @@ -301,9 +301,8 @@ class Matrix | ||||
|  | ||||
|         if ($isEven) { | ||||
|             return $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant(); | ||||
|         } else { | ||||
|             return -1.0 * $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant(); | ||||
|         } | ||||
|         return -1.0 * $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant(); | ||||
|     } | ||||
|  | ||||
|     public function equals(Matrix $otherMatrix): bool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user