Skip to content

Commit

Permalink
Merge pull request #14 from zachleigh/analysis-zDAR1y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
zachleigh committed Mar 6, 2017
2 parents 3bb7a45 + 71f0ff6 commit 58edee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ protected function setKeyValue($key, $value)

/**
* Throw exception if key/value invalid.
*
* @param string $key
* @param mixed $value
*
* @param string $key
* @param mixed $value
*
* @throws InvaildSettingsValue
*/
Expand Down Expand Up @@ -327,7 +327,7 @@ protected function createRecord($key, $value)
{
return $this->propertyBag()->save(
new PropertyBag([
'key' => $key,
'key' => $key,
'value' => $this->valueToJson($value),
])
);
Expand Down

0 comments on commit 58edee2

Please sign in to comment.