Skip to content

Commit 0ac14c9

Browse files
authored
Merge pull request #18 from motammem/master
Add @throws annotation for setOptions method
2 parents 0de4e2c + ab410ee commit 0ac14c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function __construct($options = null)
115115
* @param array $options array of name => value options that should be applied to the object
116116
* You can also pass options that use a setter, e.g. you can pass a `fileName` option which
117117
* will be passed to `setFileName()`.
118+
* @throws \Exception
118119
* @return static for method chaining
119120
*/
120121
public function setOptions($options)

0 commit comments

Comments
 (0)