mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-31 00:19:45 +08:00
chore: updating deps
This commit is contained in:
+1
-1
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
class FlattedString {
|
||||
public $value = '';
|
||||
public function __construct($value) {
|
||||
$this->value = $value;
|
||||
}
|
||||
@@ -148,7 +149,6 @@ class Flatted {
|
||||
foreach ($keys as $key) {
|
||||
$value->$key = self::wrap($value->$key);
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user