Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transfer/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public function isValid($files = null)
$translator = $this->getTranslator();
$this->messages = array();
$break = false;
foreach ($check as $key => $content) {
foreach ($check as $content) {
if (array_key_exists('validators', $content) &&
in_array('Zend\Validator\File\Count', $content['validators'])) {
$validator = $this->validators['Zend\Validator\File\Count'];
Expand Down

0 comments on commit 23d6321

Please sign in to comment.