Skip to content

Commit

Permalink
Composer update (php 8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 15, 2022
1 parent 95d4c8a commit bc8ba65
Show file tree
Hide file tree
Showing 23 changed files with 1,929 additions and 2,264 deletions.
44 changes: 44 additions & 0 deletions .phpstorm.meta.php/laravel.meta.php

Large diffs are not rendered by default.

527 changes: 398 additions & 129 deletions _ide_helper.php

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\ConsoleServer|null $consoleServer
* @property-read \IXP\Models\CustomerTag|null $customer
* @property-read \IXP\Models\Switcher $switcher
* @property-read \IXP\Models\Switcher|null $switcher
* @method static Builder|ConsoleServerConnectionAggregatore newModelQuery()
* @method static Builder|ConsoleServerConnectionAggregatore newQuery()
* @method static Builder|ConsoleServerConnectionAggregatore query()
Expand Down
12 changes: 6 additions & 6 deletions app/Models/Aggregators/CustomerAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@
* IXP\Models\Aggregators\CustomerAggregator
*
* @property int $id
* @property int|null $irrdb
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property int|null $reseller
* @property string|null $name
* @property int|null $type
* @property string|null $shortname
* @property string|null $abbreviatedName
* @property int|null $autsys
* @property int|null $maxprefixes
* @property string|null $peeringemail
Expand All @@ -54,8 +59,8 @@
* @property string|null $nocemail
* @property string|null $nochours
* @property string|null $nocwww
* @property int|null $irrdb
* @property string|null $peeringmacro
* @property string|null $peeringmacrov6
* @property string|null $peeringpolicy
* @property string|null $corpwww
* @property \Illuminate\Support\Carbon|null $datejoin
Expand All @@ -64,12 +69,7 @@
* @property int|null $activepeeringmatrix
* @property int|null $lastupdatedby
* @property string|null $creator
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property string|null $peeringmacrov6
* @property string|null $abbreviatedName
* @property string|null $MD5Support
* @property int|null $reseller
* @property int $isReseller
* @property int $in_manrs
* @property int $in_peeringdb
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Aggregators/PatchPanelPortAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
/**
* IXP\Models\Aggregators\PatchPanelPortAggregator
*
* @property-read \IXP\Models\Customer $customer
* @property-read PatchPanelPort $duplexMasterPort
* @property-read \IXP\Models\Customer|null $customer
* @property-read PatchPanelPort|null $duplexMasterPort
* @property-read Collection|PatchPanelPort[] $duplexSlavePorts
* @property-read int|null $duplex_slave_ports_count
* @property-read \IXP\Models\PatchPanel $patchPanel
* @property-read \IXP\Models\PatchPanel|null $patchPanel
* @property-read Collection|\IXP\Models\PatchPanelPortFile[] $patchPanelPortFiles
* @property-read int|null $patch_panel_port_files_count
* @property-read Collection|\IXP\Models\PatchPanelPortFile[] $patchPanelPortFilesPublic
* @property-read int|null $patch_panel_port_files_public_count
* @property-read Collection|\IXP\Models\PatchPanelPortHistory[] $patchPanelPortHistories
* @property-read int|null $patch_panel_port_histories_count
* @property-read \IXP\Models\SwitchPort $switchPort
* @property-read \IXP\Models\SwitchPort|null $switchPort
* @method static Builder|PatchPanelPort masterPort()
* @method static Builder|PatchPanelPortAggregator newModelQuery()
* @method static Builder|PatchPanelPortAggregator newQuery()
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Aggregators/SwitcherAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
* IXP\Models\Aggregators\SwitcherAggregator
*
* @property int $id
* @property int|null $infrastructure
* @property int|null $cabinetid
* @property int|null $vendorid
* @property string|null $name
* @property string|null $hostname
* @property string|null $ipv4addr
* @property string|null $ipv6addr
* @property string|null $snmppasswd
* @property int|null $infrastructure
* @property string|null $model
* @property bool|null $active
* @property string|null $notes
* @property string|null $hostname
* @property string|null $os
* @property string|null $osDate
* @property string|null $osVersion
* @property string|null $serialNumber
* @property string|null $lastPolled
* @property int|null $mauSupported
* @property string|null $lastPolled
* @property string|null $notes
* @property int|null $asn
* @property string|null $loopback_ip
* @property string|null $loopback_name
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Aggregators/VlanAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
* IXP\Models\Aggregators\VlanAggregator
*
* @property int $id
* @property int $infrastructureid
* @property string|null $name
* @property int|null $number
* @property string|null $notes
* @property bool $private
* @property int $infrastructureid
* @property int $peering_matrix
* @property int $peering_manager
* @property string|null $notes
* @property string|null $config_name
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
2 changes: 1 addition & 1 deletion app/Models/AtlasResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* @property string|null $path
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\AtlasMeasurement $atlasMeasurement
* @property-read \IXP\Models\AtlasMeasurement|null $atlasMeasurement
* @method static Builder|AtlasResult newModelQuery()
* @method static Builder|AtlasResult newQuery()
* @method static Builder|AtlasResult query()
Expand Down
2 changes: 1 addition & 1 deletion app/Models/ConsoleServerConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\ConsoleServer|null $consoleServer
* @property-read \IXP\Models\CustomerTag|null $customer
* @property-read \IXP\Models\Switcher $switcher
* @property-read \IXP\Models\Switcher|null $switcher
* @method static Builder|ConsoleServerConnection newModelQuery()
* @method static Builder|ConsoleServerConnection newQuery()
* @method static Builder|ConsoleServerConnection query()
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
* @property int $id
* @property int|null $custid
* @property string $name
* @property string|null $position
* @property string|null $email
* @property string|null $phone
* @property string|null $mobile
* @property bool $facilityaccess
* @property bool $mayauthorize
* @property string|null $notes
* @property \Illuminate\Support\Carbon|null $updated_at
* @property int|null $lastupdatedby
* @property string|null $creator
* @property \Illuminate\Support\Carbon|null $created_at
* @property string|null $position
* @property string|null $notes
* @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroups
* @property-read int|null $contact_groups_count
* @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\ContactGroup[] $contactGroupsAll
Expand Down
12 changes: 6 additions & 6 deletions app/Models/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@
* IXP\Models\Customer
*
* @property int $id
* @property int|null $irrdb
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property int|null $reseller
* @property string|null $name
* @property int|null $type
* @property string|null $shortname
* @property string|null $abbreviatedName
* @property int|null $autsys
* @property int|null $maxprefixes
* @property string|null $peeringemail
Expand All @@ -60,8 +65,8 @@
* @property string|null $nocemail
* @property string|null $nochours
* @property string|null $nocwww
* @property int|null $irrdb
* @property string|null $peeringmacro
* @property string|null $peeringmacrov6
* @property string|null $peeringpolicy
* @property string|null $corpwww
* @property Carbon|null $datejoin
Expand All @@ -70,12 +75,7 @@
* @property int|null $activepeeringmatrix
* @property int|null $lastupdatedby
* @property string|null $creator
* @property int|null $company_registered_detail_id
* @property int|null $company_billing_details_id
* @property string|null $peeringmacrov6
* @property string|null $abbreviatedName
* @property string|null $MD5Support
* @property int|null $reseller
* @property int $isReseller
* @property int $in_manrs
* @property int $in_peeringdb
Expand Down
2 changes: 0 additions & 2 deletions app/Models/IrrdbConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
*
* @property int $id
* @property string|null $host
* @property string|null $protocol
* @property string|null $source
* @property string|null $notes
* @property \Illuminate\Support\Carbon|null $created_at
Expand All @@ -50,7 +49,6 @@
* @method static Builder|IrrdbConfig whereHost($value)
* @method static Builder|IrrdbConfig whereId($value)
* @method static Builder|IrrdbConfig whereNotes($value)
* @method static Builder|IrrdbConfig whereProtocol($value)
* @method static Builder|IrrdbConfig whereSource($value)
* @method static Builder|IrrdbConfig whereUpdatedAt($value)
* @mixin \Eloquent
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* IXP\Models\Location
*
* @property int $id
* @property int|null $pdb_facility_id
* @property string|null $name
* @property string|null $shortname
* @property string|null $tag
Expand All @@ -46,7 +47,6 @@
* @property string|null $officefax
* @property string|null $officeemail
* @property string|null $notes
* @property int|null $pdb_facility_id
* @property string|null $city
* @property string|null $country
* @property \Illuminate\Support\Carbon|null $created_at
Expand Down
3 changes: 1 addition & 2 deletions app/Models/PatchPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
* @property int $connector_type
* @property string|null $installation_date
* @property string $port_prefix
* @property int $active
* @property int $colo_pp_type
* @property int $chargeable
* @property string $location_notes
* @property int $active
* @property int|null $u_position
* @property int|null $mounted_at
* @property \Illuminate\Support\Carbon|null $created_at
Expand Down
12 changes: 6 additions & 6 deletions app/Models/PatchPanelPort.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
* @property int|null $switch_port_id
* @property int|null $patch_panel_id
* @property int|null $customer_id
* @property int|null $duplex_master_id
* @property int $number
* @property int $state
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $notes
* @property string|null $private_notes
* @property string|null $assigned_at
* @property string|null $connected_at
* @property string|null $cease_requested_at
* @property string|null $ceased_at
* @property string|null $last_state_change
* @property int $internal_use
* @property int $chargeable
* @property int|null $duplex_master_id
* @property int $number
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $private_notes
* @property int $owned_by
* @property string|null $loa_code
* @property string|null $description
* @property string|null $loa_code
* @property string|null $colo_billing_ref
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
12 changes: 6 additions & 6 deletions app/Models/PatchPanelPortHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
*
* @property int $id
* @property int|null $patch_panel_port_id
* @property int|null $duplex_master_id
* @property int $number
* @property int $state
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $notes
* @property string|null $private_notes
* @property string|null $assigned_at
* @property string|null $connected_at
* @property string|null $cease_requested_at
* @property string|null $ceased_at
* @property int $internal_use
* @property int $chargeable
* @property int $owned_by
* @property string|null $customer
* @property string|null $switchport
* @property int|null $duplex_master_id
* @property int $number
* @property string|null $colo_circuit_ref
* @property string|null $ticket_ref
* @property string|null $private_notes
* @property int $owned_by
* @property string|null $description
* @property string|null $colo_billing_ref
* @property int|null $cust_id
Expand Down
7 changes: 4 additions & 3 deletions app/Models/PhysicalInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
*
* @property int $id
* @property int|null $switchportid
* @property int|null $fanout_physical_interface_id
* @property int|null $virtualinterfaceid
* @property int|null $status
* @property int|null $speed
* @property string|null $duplex
* @property string|null $notes
* @property int|null $fanout_physical_interface_id
* @property int|null $rate_limit
* @property bool $autoneg
* @property string|null $notes
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\CoreInterface|null $coreInterface
* @property-read PhysicalInterface|null $fanoutPhysicalInterface
* @property-read PhysicalInterface|null $peeringPhysicalInterface
* @property-write mixed $rate_limit
* @property-read \IXP\Models\SwitchPort|null $switchPort
* @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\TrafficDailyPhysInt[] $trafficDailiesPhysInt
* @property-read int|null $traffic_dailies_phys_int_count
Expand All @@ -68,6 +68,7 @@
* @method static Builder|PhysicalInterface whereFanoutPhysicalInterfaceId($value)
* @method static Builder|PhysicalInterface whereId($value)
* @method static Builder|PhysicalInterface whereNotes($value)
* @method static Builder|PhysicalInterface whereRateLimit($value)
* @method static Builder|PhysicalInterface whereSpeed($value)
* @method static Builder|PhysicalInterface whereStatus($value)
* @method static Builder|PhysicalInterface whereSwitchportid($value)
Expand Down
4 changes: 2 additions & 2 deletions app/Models/SwitchPort.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
* @property int|null $switchid
* @property int|null $type
* @property string|null $name
* @property int $active
* @property int|null $ifIndex
* @property string|null $ifName
* @property string|null $ifAlias
* @property int|null $ifHighSpeed
Expand All @@ -56,8 +58,6 @@
* @property int|null $ifOperStatus
* @property int|null $ifLastChange
* @property string|null $lastSnmpPoll
* @property int|null $ifIndex
* @property int $active
* @property int|null $lagIfIndex
* @property string|null $mauType
* @property string|null $mauState
Expand Down
8 changes: 4 additions & 4 deletions app/Models/Switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
* IXP\Models\Switcher
*
* @property int $id
* @property int|null $infrastructure
* @property int|null $cabinetid
* @property int|null $vendorid
* @property string|null $name
* @property string|null $hostname
* @property string|null $ipv4addr
* @property string|null $ipv6addr
* @property string|null $snmppasswd
* @property int|null $infrastructure
* @property string|null $model
* @property bool|null $active
* @property string|null $notes
* @property string|null $hostname
* @property string|null $os
* @property string|null $osDate
* @property string|null $osVersion
* @property string|null $serialNumber
* @property string|null $lastPolled
* @property int|null $mauSupported
* @property string|null $lastPolled
* @property string|null $notes
* @property int|null $asn
* @property string|null $loopback_ip
* @property string|null $loopback_name
Expand Down
4 changes: 2 additions & 2 deletions app/Models/Vlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* IXP\Models\Vlan
*
* @property int $id
* @property int $infrastructureid
* @property string|null $name
* @property int|null $number
* @property string|null $notes
* @property bool $private
* @property int $infrastructureid
* @property int $peering_matrix
* @property int $peering_manager
* @property string|null $notes
* @property string|null $config_name
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
Expand Down
Loading

0 comments on commit bc8ba65

Please sign in to comment.