@@ -40,7 +40,7 @@ public function __construct(Context $context, callable $callback, int $length =
4040 *
4141 * @return \V8\ObjectValue
4242 */
43- public function NewInstance (Context $ context , array $ arguments = []) : ObjectValue
43+ public function NewInstance (Context $ context , array $ arguments = []): ObjectValue
4444 {
4545 }
4646
@@ -51,7 +51,7 @@ public function NewInstance(Context $context, array $arguments = []) : ObjectVal
5151 *
5252 * @return \V8\Value
5353 */
54- public function Call (Context $ context , Value $ recv , array $ arguments = []) : Value
54+ public function Call (Context $ context , Value $ recv , array $ arguments = []): Value
5555 {
5656 }
5757
@@ -65,7 +65,7 @@ public function SetName(StringValue $name)
6565 /**
6666 * @return \V8\Value | StringValue
6767 */
68- public function GetName () : Value
68+ public function GetName (): Value
6969 {
7070 }
7171
@@ -77,7 +77,7 @@ public function GetName() : Value
7777 *
7878 * @return \V8\Value | StringValue
7979 */
80- public function GetInferredName () : Value
80+ public function GetInferredName (): Value
8181 {
8282 }
8383
@@ -87,7 +87,7 @@ public function GetInferredName() : Value
8787 *
8888 * @return \V8\Value | StringValue
8989 */
90- public function GetDisplayName () : Value
90+ public function GetDisplayName (): Value
9191 {
9292 }
9393
@@ -126,14 +126,14 @@ public function GetScriptColumnNumber()
126126 *
127127 * @return Value
128128 */
129- public function GetBoundFunction () : Value
129+ public function GetBoundFunction (): Value
130130 {
131131 }
132132
133133 /**
134134 * @return ScriptOrigin
135135 */
136- public function GetScriptOrigin () : ScriptOrigin
136+ public function GetScriptOrigin (): ScriptOrigin
137137 {
138138 }
139139}
0 commit comments