Skip to content

Commit 073d829

Browse files
authored
Dependency updates (alexjustesen#309)
1 parent c901acf commit 073d829

File tree

3 files changed

+84
-80
lines changed

3 files changed

+84
-80
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
> **Warning**
2-
> Wow what a couple of months it's been, thank you everyone for the support on my little side project. It's the holidays and I'm planning on taking a little time off from Dec. 23 - Jan 2nd so support will likely be slow or non-existent. I hope everyone has a happy holidays, see you all in 2023!
3-
41
## Speedtest Tracker
52

63
Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.

_ide_helper.php

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* A helper file for Laravel, to provide autocomplete information to your IDE
7-
* Generated for Laravel 9.46.0.
7+
* Generated for Laravel 9.47.0.
88
*
99
* This file should not be included in your code, only analyzed by your IDE!
1010
*
@@ -4767,18 +4767,18 @@ public static function getKey()
47674767
* @method static \Illuminate\Support\Carbon createFromTimestampUTC($timestamp)
47684768
* @method static \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $tz = null)
47694769
* @method static \Illuminate\Support\Carbon|false createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $tz = null)
4770-
* @method static \Illuminate\Support\Carbon disableHumanDiffOption($humanDiffOption)
4771-
* @method static \Illuminate\Support\Carbon enableHumanDiffOption($humanDiffOption)
4770+
* @method static void disableHumanDiffOption($humanDiffOption)
4771+
* @method static void enableHumanDiffOption($humanDiffOption)
47724772
* @method static mixed executeWithLocale($locale, $func)
47734773
* @method static \Illuminate\Support\Carbon fromSerialized($value)
47744774
* @method static array getAvailableLocales()
47754775
* @method static array getDays()
47764776
* @method static int getHumanDiffOptions()
47774777
* @method static array getIsoUnits()
4778-
* @method static \Illuminate\Support\Carbon getLastErrors()
4778+
* @method static array getLastErrors()
47794779
* @method static string getLocale()
47804780
* @method static int getMidDayAt()
4781-
* @method static \Illuminate\Support\Carbon getTestNow()
4781+
* @method static \Illuminate\Support\Carbon|null getTestNow()
47824782
* @method static \Symfony\Component\Translation\TranslatorInterface getTranslator()
47834783
* @method static int getWeekEndsAt()
47844784
* @method static int getWeekStartsAt()
@@ -4790,7 +4790,7 @@ public static function getKey()
47904790
* @method static \Illuminate\Support\Carbon instance($date)
47914791
* @method static bool isImmutable()
47924792
* @method static bool isModifiableUnit($unit)
4793-
* @method static \Illuminate\Support\Carbon isMutable()
4793+
* @method static bool isMutable()
47944794
* @method static bool isStrictModeEnabled()
47954795
* @method static bool localeHasDiffOneDayWords($locale)
47964796
* @method static bool localeHasDiffSyntax($locale)
@@ -4809,13 +4809,13 @@ public static function getKey()
48094809
* @method static void resetToStringFormat()
48104810
* @method static void resetYearsOverflow()
48114811
* @method static void serializeUsing($callback)
4812-
* @method static \Illuminate\Support\Carbon setHumanDiffOptions($humanDiffOptions)
4812+
* @method static void setHumanDiffOptions($humanDiffOptions)
48134813
* @method static bool setLocale($locale)
48144814
* @method static void setMidDayAt($hour)
48154815
* @method static void setTestNow($testNow = null)
48164816
* @method static void setToStringFormat($format)
48174817
* @method static void setTranslator(\Symfony\Component\Translation\TranslatorInterface $translator)
4818-
* @method static \Illuminate\Support\Carbon setUtf8($utf8)
4818+
* @method static void setUtf8($utf8)
48194819
* @method static void setWeekEndsAt($day)
48204820
* @method static void setWeekStartsAt($day)
48214821
* @method static void setWeekendDays($days)
@@ -4825,7 +4825,7 @@ public static function getKey()
48254825
* @method static \Illuminate\Support\Carbon today($tz = null)
48264826
* @method static \Illuminate\Support\Carbon tomorrow($tz = null)
48274827
* @method static void useMonthsOverflow($monthsOverflow = true)
4828-
* @method static \Illuminate\Support\Carbon useStrictMode($strictModeEnabled = true)
4828+
* @method static void useStrictMode($strictModeEnabled = true)
48294829
* @method static void useYearsOverflow($yearsOverflow = true)
48304830
* @method static \Illuminate\Support\Carbon yesterday($tz = null)
48314831
* @see \Illuminate\Support\DateFactory
@@ -4891,7 +4891,6 @@ public static function useFactory($factory)
48914891
/**
48924892
*
48934893
*
4894-
* @method static array<string, \Illuminate\Database\Connection> getConnections()
48954894
* @see \Illuminate\Database\DatabaseManager
48964895
*/
48974896
class DB {
@@ -7668,8 +7667,8 @@ public static function forgetDrivers()
76687667
* @method static \Illuminate\Http\Client\PendingRequest setClient(\GuzzleHttp\Client $client)
76697668
* @method static \Illuminate\Http\Client\PendingRequest setHandler(callable $handler)
76707669
* @method static array getOptions()
7671-
* @method static \Illuminate\Http\Client\PendingRequest|mixed when((\Closure(\Illuminate\Http\Client\PendingRequest): mixed)|mixed $value = null, (callable(\Illuminate\Http\Client\PendingRequest, mixed): mixed)|null $callback = null, (callable(\Illuminate\Http\Client\PendingRequest, mixed): mixed)|null $default = null)
7672-
* @method static \Illuminate\Http\Client\PendingRequest|mixed unless((\Closure(\Illuminate\Http\Client\PendingRequest): mixed)|mixed $value = null, (callable(\Illuminate\Http\Client\PendingRequest, mixed): mixed)|null $callback = null, (callable(\Illuminate\Http\Client\PendingRequest, mixed): mixed)|null $default = null)
7670+
* @method static \Illuminate\Http\Client\PendingRequest|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
7671+
* @method static \Illuminate\Http\Client\PendingRequest|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
76737672
* @see \Illuminate\Http\Client\Factory
76747673
*/
76757674
class Http {
@@ -14949,6 +14948,13 @@ public static function flushMacros()
1494914948
/**
1495014949
*
1495114950
*
14951+
* @method static bool has(string $location)
14952+
* @method static string read(string $location)
14953+
* @method static \League\Flysystem\DirectoryListing listContents(string $location, bool $deep = false)
14954+
* @method static int fileSize(string $path)
14955+
* @method static string visibility(string $path)
14956+
* @method static void write(string $location, string $contents, array $config = [])
14957+
* @method static void createDirectory(string $location, array $config = [])
1495214958
* @see \Illuminate\Filesystem\FilesystemManager
1495314959
*/
1495414960
class Storage {
@@ -17567,7 +17573,7 @@ public static function useStyleTagAttributes($attributes)
1756717573
/**
1756817574
* Use the given callback to resolve attributes for preload tags.
1756917575
*
17570-
* @param \Illuminate\Foundation\(callable(string, string, ?array, ?array): array|false)|array|false $attributes
17576+
* @param \Illuminate\Foundation\(callable(string, string, ?array, ?array): (array|false))|array|false $attributes
1757117577
* @return \Illuminate\Foundation\Vite
1757217578
* @static
1757317579
*/

0 commit comments

Comments
 (0)