Completed
Pull Request — master (#69)
by Vladimir
02:48
created
tests/allejo/stakx/Test/PHPUnit_Stakx_TestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @return Configuration|\PHPUnit_Framework_MockObject_MockObject
262
+     * @return Configuration
263 263
      */
264 264
     protected function getMockConfiguration()
265 265
     {
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
     /**
378 378
      * Get a mock EventDispatcher.
379 379
      *
380
-     * @return EventDispatcherInterface|\PHPUnit_Framework_MockObject_MockObject
380
+     * @return EventDispatcherInterface
381 381
      */
382 382
     protected function getMockEventDistpatcher()
383 383
     {
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
     /**
388 388
      * Get a mock logger.
389 389
      *
390
-     * @return LoggerInterface|\PHPUnit_Framework_MockObject_MockObject
390
+     * @return LoggerInterface
391 391
      */
392 392
     protected function getMockLogger()
393 393
     {
Please login to merge, or discard this patch.
src/allejo/stakx/AssetEngine/SassEngine.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         }
93 93
     }
94 94
 
95
+    /**
96
+     * @return string
97
+     */
95 98
     public static function stringToFormatter($format)
96 99
     {
97 100
         if ($format == 'nested')
Please login to merge, or discard this patch.