From 23c0cb05d5c9147b09cb39cad69ddf85c8d731af Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Jul 2024 20:36:58 -0400 Subject: [PATCH] chore(Updater): Activate strict_types Signed-off-by: Josh --- buildVersionFile.php | 3 ++- index.php | 3 +++ index.web.php | 3 +++ lib/CommandApplication.php | 3 +++ lib/LogException.php | 3 +++ lib/RecursiveDirectoryIteratorWithoutData.php | 3 +++ lib/UpdateCommand.php | 3 +++ lib/UpdateException.php | 3 +++ lib/Updater.php | 3 +++ updater.phar | Bin 1173225 -> 1173413 bytes updater.php | 2 ++ 11 files changed, 28 insertions(+), 1 deletion(-) diff --git a/buildVersionFile.php b/buildVersionFile.php index ee4a8b07..c90a68c9 100644 --- a/buildVersionFile.php +++ b/buildVersionFile.php @@ -1,7 +1,8 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/index.web.php b/index.web.php index 32fde905..2274264f 100644 --- a/index.web.php +++ b/index.web.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/lib/CommandApplication.php b/lib/CommandApplication.php index 563cfa06..fa6d50a0 100644 --- a/lib/CommandApplication.php +++ b/lib/CommandApplication.php @@ -1,4 +1,7 @@ * diff --git a/lib/LogException.php b/lib/LogException.php index 182f5797..6e4d033f 100644 --- a/lib/LogException.php +++ b/lib/LogException.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/lib/RecursiveDirectoryIteratorWithoutData.php b/lib/RecursiveDirectoryIteratorWithoutData.php index 52980eb7..8aec1f50 100644 --- a/lib/RecursiveDirectoryIteratorWithoutData.php +++ b/lib/RecursiveDirectoryIteratorWithoutData.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/lib/UpdateCommand.php b/lib/UpdateCommand.php index 5db19cc4..2c7c75bb 100644 --- a/lib/UpdateCommand.php +++ b/lib/UpdateCommand.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2017 Lukas Reschke diff --git a/lib/UpdateException.php b/lib/UpdateException.php index 0b263f8c..9091e62e 100644 --- a/lib/UpdateException.php +++ b/lib/UpdateException.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/lib/Updater.php b/lib/Updater.php index a7e61722..df188d7c 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -1,4 +1,7 @@ * @copyright Copyright (c) 2016 Morris Jobke diff --git a/updater.phar b/updater.phar index 4a38828cc0af74490154147eb84ec8d19751da8d..ee0db8d1775d121bbb56cc570c8b65d4bf300d5a 100755 GIT binary patch delta 465 zcmaEP)_v)D_X+cPEE6r0k_?m6(vp)6C$2U|<-ZC-;ZOEp3>5gn00AIcUc>7A=9P?c zwgNg<5K$1Fb=kXV@^w39fo>LvAc#&WI8!j0%U+%3@LchOlTGc_1T;AzvLJfzhhy%O zv+bn?Y9>MiL3F`$@2``m*((T~W`+oY=&dIU8YdsKx0H}!g$RP^rjFLAC5#aM^qdAp z#mR==BF#n)?M4oaK+FWh%s|Wn#H>Kf2E^<@%mKulK+FZi+(66&#JoVv2gLl_jT{7K zADLd%z$iUk>7JnKbOT>O$L+?ff~zgTg4=UhPb^B>~o*dFRGn8OOUMP>U_A3@uR ta0@mtLztHy3jSu1nZvE{UgKl+(>{wc_nCjL`lZxyNQ4RKYj-DKCji}cit+#e delta 430 zcmZ2_-u>lS_X+cPj7>}}ERzfqQ3J<00AI6=*qKgn^!W* z*$N0+K}13H&YgG9PQGrZEKtA#5d_h0I<}URx$Mh>4+1QVIJZ*dYdW0Wwo)J;z@OioTpwN$s};;iMW<$~DE$SUZy zeUH81C#LO@?t+(DL0VO|XZs4;PK2A%%?xJ(4HS7MSjs4~X3flB#q0XMwa;bp_L=g# Qdw-sM3=_~x?oPf=0AA*OaR2}S diff --git a/updater.php b/updater.php index 1c647968..98e44ae6 100755 --- a/updater.php +++ b/updater.php @@ -1,6 +1,8 @@ #!/usr/bin/env php