Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 19, 2019
1 parent e90bded commit 7873294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Parser/MimeDir.php
Expand Up @@ -233,7 +233,7 @@ protected function parseLine($line)
*
* If that was not the case, we store it here.
*
* @var null|string
* @var string|null
*/
protected $lineBuffer;

Expand Down
2 changes: 1 addition & 1 deletion lib/Property.php
Expand Up @@ -158,7 +158,7 @@ public function getParts()
* If nameless parameter is added, we try to guess its name.
*
* @param string $name
* @param string|null|array $value
* @param string|array|null $value
*/
public function add($name, $value = null)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Property/VCard/DateAndOrTime.php
Expand Up @@ -24,7 +24,7 @@ class DateAndOrTime extends Property
/**
* Field separator.
*
* @var null|string
* @var string|null
*/
public $delimiter = null;

Expand Down

0 comments on commit 7873294

Please sign in to comment.