Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit f4a84c5

Browse files
committed
Enforce strict_type in stubs [skip ci]
1 parent 3bacc5c commit f4a84c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+68
-68
lines changed

stubs/src/AccessControl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/AdjustableExternalMemoryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ArrayObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/BooleanObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/BooleanValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/CallbackInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ConstructorBehavior.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/DateObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ExceptionManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/Exception.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/MemoryLimitException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/ResourceLimitException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/TerminationException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/TimeLimitException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/TryCatchException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Exceptions/ValueException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/FunctionCallbackInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/FunctionObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/FunctionTemplate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/HeapStatistics.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/IndexFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/IndexedPropertyHandlerConfiguration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Int32Value.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/IntegerValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/IntegrityLevel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Isolate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/KeyCollectionMode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/MapObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/NameValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/NamedPropertyHandlerConfiguration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/NullValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/NumberObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/NumberValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ObjectTemplate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ObjectValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PrimitiveValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PromiseObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PropertyAttribute.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PropertyCallbackInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PropertyFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/PropertyHandlerFlags.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ProxyObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/RegExpObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ReturnValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Script.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ScriptCompiler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33

44
namespace V8;

stubs/src/ScriptCompiler/CachedData.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33

44
namespace V8\ScriptCompiler;

stubs/src/ScriptCompiler/CompileOptions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33

44
namespace V8\ScriptCompiler;

stubs/src/ScriptCompiler/Source.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
namespace V8\ScriptCompiler;
44

stubs/src/ScriptOrigin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/ScriptOriginOptions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/SetObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/StackFrame.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/StackTrace.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/StartupData.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/StringObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/StringValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/SymbolObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/SymbolValue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/TryCatch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/Uint32Value.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
/**
44
* This file is part of the pinepain/php-v8 PHP extension.

stubs/src/UnboundScript.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33

44
namespace V8;

0 commit comments

Comments
 (0)