We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de4e2c + ab410ee commit 0ac14c9Copy full SHA for 0ac14c9
src/Command.php
@@ -115,6 +115,7 @@ public function __construct($options = null)
115
* @param array $options array of name => value options that should be applied to the object
116
* You can also pass options that use a setter, e.g. you can pass a `fileName` option which
117
* will be passed to `setFileName()`.
118
+ * @throws \Exception
119
* @return static for method chaining
120
*/
121
public function setOptions($options)
0 commit comments