We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serialize()
unserialize()
TestKernel
1 parent 2ced04a commit cd08abdCopy full SHA for cd08abd
2 files changed
Tests/Functional/TestKernel.php
@@ -81,16 +81,6 @@ public function getLogDir()
81
return $this->getBaseDir().'log';
82
}
83
84
- public function serialize()
85
- {
86
- return serialize($this->useVichUploaderBundle);
87
- }
88
-
89
- public function unserialize($str)
90
91
- $this->__construct(unserialize($str));
92
93
94
/**
95
* {@inheritdoc}
96
*/
phpstan.neon.dist
@@ -1,5 +1,5 @@
1
parameters:
2
- level: 0
+ level: 1
3
paths:
4
- .
5
excludes_analyse:
0 commit comments