Completed
Push — master ( b756b2...98115f )
by François
02:07
created
src/Resource/Identity.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -117,6 +117,9 @@
 block discarded – undo
117 117
         return $this->signature;
118 118
     }
119 119
 
120
+    /**
121
+     * @param Signature $signature
122
+     */
120 123
     public function setSignature($signature)
121 124
     {
122 125
         if (is_object($signature)) {
Please login to merge, or discard this patch.