Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
shitoudev committed Dec 23, 2016
1 parent 7340b30 commit 27a316d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

$pl = new PhoneLocation();
$info = $pl->find(18621281566);
print_r($info);
print_r($info);
2 changes: 1 addition & 1 deletion src/PhoneLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private function phoneInfo($itemStr, $type)
return $data;
}

function __destruct()
public function __destruct()
{
fclose($this->_fileHandle);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/PhoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function testPhoneFind()
$info = $this->phone->find(18621281566);
$this->assertNotEmpty($info);
}
}
}

0 comments on commit 27a316d

Please sign in to comment.