Skip to content

Commit d24f239

Browse files
authored
Fix indents (#232)
1 parent 7963072 commit d24f239

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

services/collections.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,16 +1568,16 @@ The `pipeInto` method creates a new instance of the given class and passes the c
15681568
class ResourceCollection
15691569
{
15701570
/**
1571-
* The Collection instance.
1572-
*/
1571+
* The Collection instance.
1572+
*/
15731573
public $collection;
15741574

15751575
/**
1576-
* Create a new ResourceCollection instance.
1577-
*
1578-
* @param Collection $collection
1579-
* @return void
1580-
*/
1576+
* Create a new ResourceCollection instance.
1577+
*
1578+
* @param Collection $collection
1579+
* @return void
1580+
*/
15811581
public function __construct(Collection $collection)
15821582
{
15831583
$this->collection = $collection;

0 commit comments

Comments
 (0)