Преглед изворни кода

Change of project architecture

Marc пре 13 година
родитељ
комит
9b677fc25a
6 измењених фајлова са 5 додато и 7 уклоњено
  1. 1 1
      Driver/Gearman/GearmanAnnotations.php
  2. 0 0
      Project/@todo
  3. 3 3
      codesniffer.log
  4. 0 0
      Project/dev.base.yml
  5. 0 2
      README
  6. 1 1
      phpcs.sh

+ 1 - 1
Driver/Gearman/GearmanAnnotations.php

@@ -13,7 +13,7 @@ use Doctrine\Common\Annotations\Annotation;
 final class Work extends Annotation
 {
     /**
-     * Number of iterations specified for all jobs inside Work
+     * Name of worker
      *
      * @var integer
      */

@todo → Project/@todo


+ 3 - 3
codesniffer.log

@@ -6,14 +6,14 @@ Time: 0 seconds, Memory: 4.50Mb
 
 Time: 1 second, Memory: 5.25Mb
 
-Time: 0 seconds, Memory: 6.00Mb
-
 Time: 0 seconds, Memory: 4.75Mb
 
 Time: 0 seconds, Memory: 5.00Mb
 
 Time: 0 seconds, Memory: 5.00Mb
 
+Time: 0 seconds, Memory: 6.00Mb
+
 Time: 0 seconds, Memory: 5.75Mb
 
 Time: 0 seconds, Memory: 5.75Mb
@@ -42,7 +42,7 @@ Time: 0 seconds, Memory: 4.50Mb
 
 Time: 0 seconds, Memory: 4.50Mb
 
-Time: 0 seconds, Memory: 4.50Mb
+Time: 1 second, Memory: 4.50Mb
 
 Time: 0 seconds, Memory: 4.75Mb
 

config.example.yml → Project/dev.base.yml


+ 0 - 2
README

@@ -1,2 +0,0 @@
-<h1>Gearman Bundle</h2>
-<p>You can find all documentation <a href="http://mmoreramerino.github.com/GearmanBundle/">here</a>

+ 1 - 1
phpcs.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-find . | grep \.php | xargs -I {} phpcs {} > codesniffer.log
+find . | grep \.php | xargs -I {} phpcs {} > Project/Reportings/codesniffer.log