Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix cs and typo
  • Loading branch information
unexge committed Dec 29, 2015
commit 8a52e1f37d0d1a6ac57fd8b58b92d5149309d0bc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\OptionsResolver\Exception;

/**
* Exception thrown when a frozen option is setted.
* Exception thrown when a frozen option is set.
*/
class OptionFrozenException extends InvalidArgumentException
{
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/OptionsResolver/OptionsResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ public function getFrozenOptions()
return array_keys($this->frozen);
}


/**
* Sets the normalizer for an option.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ public function testGetFrozenOptions()
$this->assertEquals(array('foo', 'bar', 'baz'), $this->resolver->getFrozenOptions());
}


////////////////////////////////////////////////////////////////////////////
// setDefined()/isDefined()/getDefinedOptions()
////////////////////////////////////////////////////////////////////////////
Expand Down