File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121class SeriouslyMalformedUrlException extends \InvalidArgumentException implements PdpException
2222{
2323 /**
24- * Public constructor
24+ * Public constructor.
2525 *
26- * @param string $malformedUrl URL that caused pdp_parse_url() to return false
27- * @param int $code The Exception code
28- * @param \Exception $previous The previous exception used for the exception chaining
26+ * @param string $malformedUrl URL that caused pdp_parse_url() to return false
27+ * @param int $code The Exception code
28+ * @param \Exception $previous The previous exception used for the exception chaining
2929 */
30- public function __construct ($ malformedUrl = "" , $ code = 0 , $ previous = null )
30+ public function __construct ($ malformedUrl = '' , $ code = 0 , $ previous = null )
3131 {
3232 $ message = sprintf ('"%s" is one seriously malformed url. ' , $ malformedUrl );
3333 parent ::__construct ($ message , $ code , $ previous );
You can’t perform that action at this time.
0 commit comments