Test Failed
Pull Request — master (#147)
by Simone
01:55
created
src/Sensorario/Resources/Container.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $allowed;
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $constraint
124
+     */
122 125
     public function getConstraints($constraint, $resource) : array
123 126
     {
124 127
         if (isset($this->getResourceConstraints($resource)[$constraint])) {
Please login to merge, or discard this patch.