@@ 686-689 (lines=4) @@ | ||
683 | $this->logger->info( __METHOD__ . " <$ns:$tag> failed validation." ); |
|
684 | unset( $this->results['xmp-' . $info['map_group']][$finalName] ); |
|
685 | } |
|
686 | } else { |
|
687 | $this->logger->warning( __METHOD__ . " Validation function for $finalName (" |
|
688 | . $validate[0] . '::' . $validate[1] . '()) is not callable.' ); |
|
689 | } |
|
690 | } |
|
691 | ||
692 | array_shift( $this->curItem ); |
|
@@ 1361-1364 (lines=4) @@ | ||
1358 | ||
1359 | return; |
|
1360 | } |
|
1361 | } else { |
|
1362 | $this->logger->warning( __METHOD__ . " Validation function for $finalName (" |
|
1363 | . $validate[0] . '::' . $validate[1] . '()) is not callable.' ); |
|
1364 | } |
|
1365 | } |
|
1366 | ||
1367 | if ( $this->ancestorStruct && $this->processingArray ) { |