Completed
Push — master ( 7bef7a...470c23 )
by Richard
07:03
created
src/Indexer/Indexer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -78,6 +78,7 @@
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * @inheritdoc
81
+     * @param string $path
81 82
      */
82 83
     public function index_file($path) {
83 84
         if ($this->insert === null) {
Please login to merge, or discard this patch.
src/Graph/Predicate/_PropertyMatches.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
      */
29 29
     protected $regexp;
30 30
 
31
+    /**
32
+     * @param string $name
33
+     */
31 34
     public function __construct($name, Regexp $regexp) {
32 35
         assert('is_string($name)');
33 36
         $this->name = $name;
Please login to merge, or discard this patch.