comparison vendor/zendframework/zend-feed/src/Reader/FeedSet.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
129 ); 129 );
130 } 130 }
131 131
132 /** 132 /**
133 * Canonicalize relative path 133 * Canonicalize relative path
134 *
135 * @param string $path
136 * @return string
134 */ 137 */
135 protected function canonicalizePath($path) 138 protected function canonicalizePath($path)
136 { 139 {
137 $parts = array_filter(explode('/', $path)); 140 $parts = array_filter(explode('/', $path));
138 $absolutes = []; 141 $absolutes = [];