Fix spacing in phpdocs.

This commit is contained in:
Daniele Alessandri
2016-06-18 15:52:15 +02:00
parent 184d583895
commit 0a7ddf7bba
+4 -4
View File
@@ -104,8 +104,8 @@ class SlotMap implements \ArrayAccess, \IteratorAggregate, \Countable
/**
* Returns the specified slot range.
*
* @param int $first Initial slot of the range.
* @param int $last Last slot of the range.
* @param int $first Initial slot of the range.
* @param int $last Last slot of the range.
*
* @return array
*/
@@ -131,7 +131,7 @@ class SlotMap implements \ArrayAccess, \IteratorAggregate, \Countable
}
/**
* Returns the node assigned to the specified slot
* Returns the node assigned to the specified slot.
*
* @param int $slot Slot index.
*
@@ -162,7 +162,7 @@ class SlotMap implements \ArrayAccess, \IteratorAggregate, \Countable
}
/**
* Returns the node assigned to the specified slot
* Returns the node assigned to the specified slot.
*
* @param int $slot Slot index.
*