Skip to content

Conversation

@panki3a
Copy link
Contributor

@panki3a panki3a commented Aug 8, 2017

change private method getCasters to protected

change private method getCasters to protected
* @return callable[] The casters to add to the cloner
*/
private function getCasters()
protected function getCasters()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will override any changes Symfony is making to this file. That might lead to issues when you are using SF 3.2 or higher.

To be compatible with both 2.8, 3.1, 3.2, 3.3 we should rename this function to any thing else.

I copied this method from sf 3.3 that is why it has the same name

@codecov-io
Copy link

codecov-io commented Aug 8, 2017

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #84   +/-   ##
=========================================
  Coverage     35.44%   35.44%           
  Complexity      205      205           
=========================================
  Files            21       21           
  Lines           869      869           
=========================================
  Hits            308      308           
  Misses          561      561
Impacted Files Coverage Δ Complexity Δ
src/DataCollector/CacheDataCollector.php 0% <0%> (ø) 40 <6> (ø) ⬇️

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 a5150c4...074303e. Read the comment docs.

@Nyholm Nyholm merged commit c1639e4 into php-cache:master Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants