Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / devel / webprofiler / src / Compiler / ServicePass.php
index df6b87907f1d5f6a9f2e3103d77d34a337a9c9c9..4928418c63f63cc06e1d4044eacd9db310d0d246 100644 (file)
@@ -50,7 +50,6 @@ class ServicePass implements CompilerPassInterface {
           $inEdges[] = [
             'id' => $edge->getSourceNode()->getId(),
             'invalidBehavior' => $edgeValue ? $edgeValue->getInvalidBehavior() : NULL,
-            'strict' => $edgeValue ? $edgeValue->isStrict() : NULL,
           ];
         }
 
@@ -63,7 +62,6 @@ class ServicePass implements CompilerPassInterface {
           $outEdges[] = [
             'id' => $edge->getDestNode()->getId(),
             'invalidBehavior' => $edgeValue ? $edgeValue->getInvalidBehavior() : NULL,
-            'strict' => $edgeValue ? $edgeValue->isStrict() : NULL,
           ];
         }
       }