File tree 3 files changed +5
-8
lines changed 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class LobAddress
13
13
/** @var string */
14
14
protected $ country ;
15
15
16
- /** @var string */
16
+ /** @var string */
17
17
protected $ city ;
18
18
19
19
/** @var string */
@@ -25,13 +25,11 @@ class LobAddress
25
25
/** @var string */
26
26
protected $ name = 'name ' ;
27
27
28
-
29
28
/**
30
29
* @param string $line1
31
30
* @param string $country
32
31
*
33
32
* @return static
34
- *
35
33
*/
36
34
public static function create ($ line1 , $ country = 'US ' )
37
35
{
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class LobPostcard
19
19
/** @var string */
20
20
protected $ message ;
21
21
22
- /** @var string */
22
+ /** @var string */
23
23
protected $ size = '4x6 ' ;
24
24
25
25
/**
@@ -35,7 +35,7 @@ public static function create($message = '')
35
35
/**
36
36
* @param string $message
37
37
*/
38
- public function __construct ($ message = '' )
38
+ public function __construct ($ message = '' )
39
39
{
40
40
$ this ->message = $ message ;
41
41
}
Original file line number Diff line number Diff line change 13
13
14
14
class ChannelTest extends PHPUnit_Framework_TestCase
15
15
{
16
- /** @var \Lob\Lob|Mockery\Mock */
16
+ /** @var \Lob\Lob|Mockery\Mock */
17
17
protected $ lobClient ;
18
18
19
- /** @var \NotificationChannels\Lob\LobChannel */
19
+ /** @var \NotificationChannels\Lob\LobChannel */
20
20
protected $ channel ;
21
21
22
22
/** @var \NotificationChannels\Lob\Test\TestNotification */
@@ -25,7 +25,6 @@ class ChannelTest extends PHPUnit_Framework_TestCase
25
25
/** @var mixed */
26
26
protected $ notifiable ;
27
27
28
-
29
28
public function setUp ()
30
29
{
31
30
parent ::setUp ();
You can’t perform that action at this time.
0 commit comments