Skip to content

Commit a3f18b5

Browse files
authored
Merge pull request #211 from enumag/patch-2
indentation fix
2 parents b97cad0 + f6c3fe3 commit a3f18b5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/Type/ObjectIdStub.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
class ObjectIdStub
55
{
6-
/**
7-
* @var int
8-
*/
9-
private $id;
6+
/**
7+
* @var int
8+
*/
9+
private $id;
1010

11-
/**
12-
* @param int $id
13-
*/
14-
public function __construct($id)
15-
{
16-
$this->id = $id;
17-
}
11+
/**
12+
* @param int $id
13+
*/
14+
public function __construct($id)
15+
{
16+
$this->id = $id;
17+
}
1818

19-
public function __toString()
20-
{
21-
return (string) $this->id;
22-
}
19+
public function __toString()
20+
{
21+
return (string) $this->id;
22+
}
2323
}

0 commit comments

Comments
 (0)