-
Notifications
You must be signed in to change notification settings - Fork 2
(feat): upgrade to php8 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5945819 to
e894449
Compare
2456242 to
bf9d283
Compare
e981c82 to
9001085
Compare
| * @param Exception $exception The exception to intercept. | ||
| * @param string $method PSR‑3 log level name (e.g. 'error', 'debug'). | ||
| * | ||
| * @since NEXT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@since NEXT wordt vervangen door 2.0.0 tijdens het taggen/releasen.
9001085 to
9a9d4e8
Compare
9a9d4e8 to
f86e018
Compare
| return $this->validateBSN($bsn); | ||
| $bsn = \Yard\DigiD\Foundation\Helpers\resolve('session')->getSegment('digid')->get('bsn'); | ||
|
|
||
| return ! empty($bsn) && is_string($bsn) ? \Yard\DigiD\Foundation\Helpers\decrypt($bsn) : ''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is_string($bsn) && '' !== $bsn?
| ## Description | ||
|
|
||
| Prefill GravityForms fields, based on the dutch BSN number. Retrieve personal information and place these values in the corrensponding fields. | ||
| Prefill GravityForms fields, based on the Dutch BSN number. Retrieve personal information and place these values in the corrensponding fields. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misschien wat miereneukerig 😶 :
Retrieves personal information and places these values in the corrensponding fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Altijd blijven mierenneuken 🐜
| return $this->validateBSN($bsn); | ||
| } | ||
|
|
||
| if ($bsn = $this->samlDigiD()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is dit echt nog nodig? De SAML plugin gebruikt nu ook de IDPUserData
| ], | ||
| ], | ||
| [ | ||
| 'title' => esc_html__('Berichtenverkeer logboek', 'prefill-gravity-forms'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je kan ook op de native gravity forms logger inhaken, GFAddOn heeft log_error() en log_debug()
No description provided.