Completed
Push — master ( d608d1...623c6b )
by Alessandro
08:12 queued 06:25
created
src/Twig/FacileMongoDbBundleExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     ];
16 16
 
17 17
     /**
18
-     * @return array
18
+     * @return \Twig_SimpleFunction[]
19 19
      */
20 20
     public function getFunctions()
21 21
     {
Please login to merge, or discard this patch.
src/Controller/ProfilerController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Facile\MongoDbBundle\Controller;
4 4
 
5 5
 use Facile\MongoDbBundle\DataCollector\MongoQuerySerializer;
6
-use MongoDB\BSON\UTCDateTime;
7 6
 use Symfony\Component\DependencyInjection\Container;
8 7
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
9 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.