Przeglądaj źródła

Fix spacing in phpdocs.

Daniele Alessandri 8 lat temu
rodzic
commit
0a7ddf7bba
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/Cluster/SlotMap.php

+ 4 - 4
src/Cluster/SlotMap.php

@@ -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.
      *