We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867dc58 commit d650321Copy full SHA for d650321
composer.json
@@ -25,7 +25,7 @@
25
"php": "^7.4 || ^8.0",
26
"illuminate/support": "6 - 8",
27
"monolog/monolog": "1.24 - 2",
28
- "fabpot/goutte": "^3.2",
+ "fabpot/goutte": "^4.0",
29
"ext-iconv": "*",
30
"ext-json": "*",
31
"ext-dom": "*"
src/Exception/Exception.php
@@ -12,6 +12,9 @@
12
*/
13
abstract class Exception extends RuntimeException
14
{
15
+ /**
16
+ * @return static
17
+ */
18
public static function fromResult(Result $result): self
19
20
$errors = implode(' ', $result->getErrors());
0 commit comments