Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Mar 5, 2017
1 parent 0b806f2 commit 9deb042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function __construct($address = '')
* set.
*
* @param static|string $address
* @return $this
*/
public function set($address)
{
Expand Down
6 changes: 3 additions & 3 deletions src/Storages/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function rules($zip3)
* load.
*
* @param string $source
* @return static
* @return $this
*/
public function load($source)
{
Expand Down Expand Up @@ -109,7 +109,7 @@ public function load($source)
* loadFile.
*
* @param string $file
* @return static
* @return $this
*/
public function loadFile($file = null)
{
Expand All @@ -123,7 +123,7 @@ public function loadFile($file = null)
/**
* flush.
*
* @return static
* @return $this
*/
public function flush()
{
Expand Down

0 comments on commit 9deb042

Please sign in to comment.