mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
Some minor documentation cleanup (e.g. converted C# comments to PHPDocumentor comments)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
namespace Moserware\Skills;
|
||||
|
||||
/// <summary>
|
||||
/// Verifies argument contracts.
|
||||
/// </summary>
|
||||
/// <remarks>These are used until .NET 4.0 ships with Contracts. For more information,
|
||||
/// see http://www.moserware.com/2008/01/borrowing-ideas-from-3-interesting.html</remarks>
|
||||
/**
|
||||
* Verifies argument contracts.
|
||||
*
|
||||
* @see http://www.moserware.com/2008/01/borrowing-ideas-from-3-interesting.html
|
||||
*/
|
||||
class Guard
|
||||
{
|
||||
public static function argumentNotNull($value, $parameterName)
|
||||
|
Reference in New Issue
Block a user