Commit a2467b0
Add PHP strict type (#3032)
* Set php strict_types
* Fix type bug in test room int access code
* Fix broken attestation
* Fix time type in factories ´
* Fix saml attribute type
* Fix time casting on db:upgrade
* Fix progress on db:import
* Fix bbb_logo and bbb_logo_dark attribute handling
* Enforce name length checks before valid name regex
* Fix room_auth_token_type type casting
* Fix time casting in provisioning
* Add type to scopeWithRole
* Require name parameter for user search
* Add types to GL2 and GL3 import models and tests
* Fix Greenlight import test helpers
* Add type hints to arrays
---------
Co-authored-by: Sebastian Neuser <pzkz@infra.run>1 parent 393bb5c commit a2467b0
636 files changed
Lines changed: 1414 additions & 95 deletions
File tree
- app
- Auth
- LDAP
- Local
- OIDC
- Shibboleth
- Console
- Commands
- Enums
- Events
- Exceptions
- Exports
- Faker
- Http
- Controllers
- api/v1
- auth
- Middleware
- Requests
- Resources
- Jobs
- Listeners
- Models
- Notifications
- Observers
- Plugins
- Contracts
- Defaults
- Policies
- Prometheus
- Collectors
- Providers
- Pulse
- Rules
- Services
- BigBlueButton
- EmailVerification
- Settings
- Support
- Traits
- bootstrap
- config
- database
- factories
- migrations
- migrate-to-v4
- v2
- seeders
- Demo
- settings
- lang
- ar
- de-gender
- de
- en
- fa
- fr
- routes
- tests/Backend
- Feature
- api/v1
- Room
- Fixtures/Locales
- custom
- de
- en
- es
- fr
- default
- en
- fr
- Integration/api/v1
- Unit
- Console
- helper
- Jobs
- Listeners
- Rules
- Seeder
- Utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments