Completed
Push — master ( 52f014...03a5d0 )
by Jonas
03:23 queued 01:07
created
DataCollector/XhprofCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\HttpKernel\DataCollector\DataCollector;
9 9
 use Symfony\Component\HttpFoundation\Request;
10 10
 use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\DependencyInjection\ContainerAwareInterface;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
13 12
 use Doctrine\Common\Persistence\ManagerRegistry;
14 13
 use Jns\Bundle\XhprofBundle\Document\XhguiRuns as XhguiRuns_Document;
Please login to merge, or discard this patch.
DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
6 6
 use Symfony\Component\Config\Definition\ConfigurationInterface;
7
-use Symfony\Component\Config\Definition\NodeInterface;
8 7
 
9 8
 /**
10 9
  * This class contains the configuration information for the bundle
Please login to merge, or discard this patch.
Entity/XhguiRuns.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * {@inheritDoc}
40
+     * @param string|null $type
40 41
      */
41 42
     public function save_run($xhprof_data, $type, $run_id = null) {
42 43
         $pmu = isset($xhprof_data['main()']['pmu']) ? $xhprof_data['main()']['pmu'] : '';
Please login to merge, or discard this patch.