api/laravel/Contracts/Validation/UncompromisedVerifier.yaml

19 lines
325 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: UncompromisedVerifier
class_comment: null
dependencies: []
properties: []
methods:
- name: verify
visibility: public
parameters:
- name: data
comment: '# * Verify that the given data has not been compromised in data leaks.
# *
# * @param array $data
# * @return bool'
traits: []
interfaces: []