Completed
Push — master ( 191661...ee0b62 )
by Antonio Carlos
01:43
created
src/Tracker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -224,6 +224,9 @@
 block discarded – undo
224 224
         return $this->dataRepositoryManager->getRoutePathId($this->route, $this->request);
225 225
     }
226 226
 
227
+    /**
228
+     * @param string $item
229
+     */
227 230
     protected function logUntrackable($item)
228 231
     {
229 232
         if ($this->config->get('log_untrackable_sessions') && !isset($this->loggedItems[$item])) {
Please login to merge, or discard this patch.