userfrosting / fortress

A schema-driven system for elegant whitelisting, transformation and validation of user input on both the client and server sides from a unified set of rules.
Other
25 stars 9 forks source link

Change private methods to protected visibility #29

Closed phillmac closed 4 years ago

phillmac commented 4 years ago

Enables extension of the RequestDataTransformer class by allowing implementation of a custom transformField function

senseq commented 4 years ago

Greetings I am no longer working at Mealtango, and this email is no longer monitored.

For any matters that need leadership attention, please email Mealtango's CEO, Mr Dhirendra Thakur, at dhirendra@mealtango.com

For any chef/customer related requests, please email hello@mealtango.com

Best regards, Saket Khanna

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #29   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      190    190           
=======================================
  Files             7      7           
  Lines           448    448           
=======================================
  Hits            448    448
Impacted Files Coverage Δ Complexity Δ
src/RequestDataTransformer.php 100% <100%> (ø) 25 <6> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 148df3a...9c46e0a. Read the comment docs.